Tracewebstudio Dev
|
320e683a1b
|
fix(ci): use internal registry for alpine and rust base images
- Change FROM rust:1.87-alpine to FROM registry.nxtgauge.com/rust:1.87-alpine
- Change FROM alpine:3.20 to FROM registry.nxtgauge.com/alpine:3.20
- Fixes Docker Hub rate limiting errors in Woodpecker builds
Images to mirror:
- docker pull rust:1.87-alpine
- docker tag rust:1.87-alpine registry.nxtgauge.com/rust:1.87-alpine
- docker push registry.nxtgauge.com/rust:1.87-alpine
- docker pull alpine:3.20
- docker tag alpine:3.20 registry.nxtgauge.com/alpine:3.20
- docker push registry.nxtgauge.com/alpine:3.20
|
2026-04-16 19:30:39 +02:00 |
|