Use configurable Playwright base image mirror

This commit is contained in:
Rixuan Shao
2026-05-30 00:50:58 +08:00
parent 132f799d3c
commit 4cb5bff2d9
5 changed files with 15 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ services:
dockerfile: Dockerfile.server
network: host
args:
PLAYWRIGHT_BASE_IMAGE: ${PLAYWRIGHT_BASE_IMAGE:-swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/playwright/python:v1.56.0-jammy}
HTTP_PROXY: ${HTTP_PROXY_BUILD:-}
HTTPS_PROXY: ${HTTPS_PROXY_BUILD:-}
ALL_PROXY: ${ALL_PROXY_BUILD:-}