Added fallback registries for container images
This commit is contained in:
parent
356173683e
commit
aabead174c
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user