-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.cn.example
More file actions
16 lines (13 loc) · 801 Bytes
/
.env.cn.example
File metadata and controls
16 lines (13 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Optional China-friendly mirrors for faster docker builds
# Copy to .env to enable: cp .env.cn.example .env
# Build-stage Go base image (mirror of docker.io/library/golang:1.21)
GO_IMAGE=docker.m.daocloud.io/library/golang:1.21
# Runtime distroless image (mirror of gcr.io/distroless/static:nonroot)
# Alternatives (pick one if the first is slow):
# RUNTIME_IMAGE=gcr.dockerproxy.com/distroless/static:nonroot
RUNTIME_IMAGE=gcr.m.daocloud.io/distroless/static:nonroot
# Optional: mirrors for common images used by docker-compose services
# POSTGRES_IMAGE=docker.m.daocloud.io/library/postgres:15-alpine
# REDIS_IMAGE=docker.m.daocloud.io/library/redis:7-alpine
# PGADMIN_IMAGE=docker.m.daocloud.io/dpage/pgadmin4:latest
# REDIS_CMD_IMAGE=docker.m.daocloud.io/rediscommander/redis-commander:latest