Use local registry mirror for Playwright image

Replace mcr.microsoft.com/playwright:v1.62.0-noble with
oci.reg.darano.ir/mcr.microsoft.com/playwright:latest for worker builds.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-08-04 21:28:19 +03:30
parent 5bc7acd114
commit f60de9312a
+1 -1
View File
@@ -49,7 +49,7 @@ EXPOSE 8000
CMD ["python", "main.py", "admin"]
# ── Stage 2b: worker runtime (Playwright image with Chromium) ────────────────
FROM mcr.microsoft.com/playwright:v1.62.0-noble AS worker
FROM oci.reg.darano.ir/mcr.microsoft.com/playwright:latest AS worker
ENV PATH="/app/.venv/bin:$PATH" \
PYTHONUNBUFFERED=1 \