fix(ci): point Dockerfile.simple at ci.nxtgauge.com instead of the defunct registry.nxtgauge.com mirror
Some checks failed
build-and-release / build (push) Failing after 2m36s
Some checks failed
build-and-release / build (push) Failing after 2m36s
registry.nxtgauge.com was set up back in April for the old Woodpecker
CI (commit 09df032) as a manual one-time mirror of rust:alpine to
dodge Docker Hub rate limits. It never had a real ingress route wired
up on the current cluster (confirmed: no Ingress/IngressRoute matches
that host anywhere), so every build has been failing at the base-image
pull. ci.nxtgauge.com is the registry actually in active use since the
Forgejo migration, and the build job already authenticates against it
for pushing service images, so no new credentials are needed. Manually
mirrored rust:alpine there as a one-time step.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
c8fa02a9a4
commit
ae9c38a3af
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
ARG SERVICE_NAME
|
||||
|
||||
FROM registry.nxtgauge.com/rust:alpine AS builder
|
||||
FROM ci.nxtgauge.com/admin/rust:alpine AS builder
|
||||
ARG SERVICE_NAME
|
||||
|
||||
# Install build deps + rust toolchain (Alpine-packaged Rust lacks proc-macro support)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue