move golang container image to local repo

- Docker Hub is rate limiting us, we'll mirror it here.
This commit is contained in:
Drew Bowering 2025-05-27 07:29:05 -06:00
parent 8e16ad7b85
commit 78e7aaf352
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

View File

@ -3,7 +3,7 @@ ARG GOLANG_VERSION="1.24.3"
ARG HUGO_VERSION="0.147.5" ARG HUGO_VERSION="0.147.5"
# Build container # Build container
FROM golang:${GOLANG_VERSION} FROM git.brds.ca/d-b.ca/golang:${GOLANG_VERSION}
ARG HUGO_VERSION ARG HUGO_VERSION
LABEL org.opencontainers.image.title="D-B.CA Hugo Website Builder" LABEL org.opencontainers.image.title="D-B.CA Hugo Website Builder"
LABEL org.opencontainers.image.authors="drew@brds.ca" LABEL org.opencontainers.image.authors="drew@brds.ca"