add docker pull sh
Some checks failed
Deploy to Staging / deploy (push) Has been cancelled
Lint Backend / lint-backend (push) Has been cancelled
Playwright Tests / changes (push) Has been cancelled
Playwright Tests / test-playwright (1, 4) (push) Has been cancelled
Playwright Tests / test-playwright (2, 4) (push) Has been cancelled
Playwright Tests / test-playwright (3, 4) (push) Has been cancelled
Playwright Tests / test-playwright (4, 4) (push) Has been cancelled
Playwright Tests / merge-playwright-reports (push) Has been cancelled
Playwright Tests / alls-green-playwright (push) Has been cancelled
Test Backend / test-backend (push) Has been cancelled
Test Docker Compose / test-docker-compose (push) Has been cancelled

This commit is contained in:
bbh
2025-07-29 11:36:53 +08:00
parent e6c17252e3
commit eb7c75e919

15
docker-pull-sh.sh Executable file
View File

@@ -0,0 +1,15 @@
docker pull python:3.10
docker pull node:20
docker pull traefik:3.0
docker pull schickling/mailcatcher
docker pull postgres:17
docker pull adminer
docker pull nginx:1
docker pull ghcr.io/astral-sh/uv:0.5.11