switch to harbor container registry

This commit is contained in:
2025-11-14 13:09:46 -07:00
parent 41397990c3
commit fa9d6d737e

View File

@@ -3,7 +3,7 @@ ARG GOLANG_VERSION="1.25.4"
ARG HUGO_VERSION="0.152.2" ARG HUGO_VERSION="0.152.2"
# Build container # Build container
FROM git.brds.ca/d-b.ca/golang:${GOLANG_VERSION} FROM core.harbor.brds.ca/library/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"