build(docker): use mirrors for local builds
giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s

Assisted-by: Codex:GPT-5
This commit is contained in:
2026-08-16 14:32:16 +08:00
parent f7de4e6b1c
commit 2cf9efec57
+4
View File
@@ -3,6 +3,10 @@ services:
build: build:
context: ../.. context: ../..
dockerfile: Dockerfile dockerfile: Dockerfile
args:
ALPINE_MIRROR: https://mirrors.aliyun.com/alpine
GOPROXY: https://goproxy.cn,direct
NPM_REGISTRY: https://registry.npmmirror.com
image: roncarve/gita:1.27.2-local image: roncarve/gita:1.27.2-local
container_name: roncarve-gita-local container_name: roncarve-gita-local
restart: unless-stopped restart: unless-stopped