Added fallback registries for container images

This commit is contained in:
Marco van Zijl 2025-11-02 16:59:08 +01:00
parent 356173683e
commit aabead174c

View File

@ -9,12 +9,15 @@ machine:
ghcr.io: ghcr.io:
endpoints: endpoints:
- http://harbor.noxxos.nl/v2/proxy-ghcr.io - http://harbor.noxxos.nl/v2/proxy-ghcr.io
- https://ghcr.io
overridePath: true overridePath: true
gcr.io: gcr.io:
endpoints: endpoints:
- http://harbor.noxxos.nl/v2/proxy-gcr.io - http://harbor.noxxos.nl/v2/proxy-gcr.io
- https://gcr.io
overridePath: true overridePath: true
registry.k8s.io: registry.k8s.io:
endpoints: endpoints:
- http://harbor.noxxos.nl/v2/proxy-registry.k8s.io - http://harbor.noxxos.nl/v2/proxy-registry.k8s.io
- https://registry.k8s.io
overridePath: true overridePath: true