ci(build): pull golang base image from kargadan mirror
CI/CD / CI · Web (tsc) (push) Successful in 1m8s
CI/CD / Deploy · full stack (push) Failing after 3m26s

mirror.soroushasadi.com serves only cached images (node:20 resolved, golang:1.25
was 'not found' — too new to be cached, upstream can't back-fill). Point the Go
services' golang:1.25-alpine base at mirror.kargadan.ir per infra owner; alpine/
busybox/node/postgres/minio stay on soroushasadi (cached). GOPROXY already kargadan.
This commit is contained in:
soroush.asadi
2026-06-12 16:47:31 +03:30
parent ee2a6b9b60
commit b34904549f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM mirror.soroushasadi.com/golang:1.25-alpine AS builder
FROM mirror.kargadan.ir/golang:1.25-alpine AS builder
# Go module/toolchain fetches via the kargadan Nexus (proxy.golang.org geo-blocked).
ENV GOPROXY=https://mirror.kargadan.ir/repository/go-group/ GOSUMDB=off
WORKDIR /app