Fix: Update endpoints in docker-proxy.yaml to use HTTPS
This commit is contained in:
parent
7ca466c06e
commit
f2ec73cff3
@ -3,21 +3,21 @@ machine:
|
|||||||
mirrors:
|
mirrors:
|
||||||
docker.io:
|
docker.io:
|
||||||
endpoints:
|
endpoints:
|
||||||
- http://harbor.noxxos.nl/v2/proxy-docker.io
|
- https://harbor.noxxos.nl/v2/proxy-docker.io
|
||||||
- https://registry-1.docker.io
|
- https://registry-1.docker.io
|
||||||
overridePath: true
|
overridePath: true
|
||||||
ghcr.io:
|
ghcr.io:
|
||||||
endpoints:
|
endpoints:
|
||||||
- http://harbor.noxxos.nl/v2/proxy-ghcr.io
|
- https://harbor.noxxos.nl/v2/proxy-ghcr.io
|
||||||
- https://ghcr.io
|
- https://ghcr.io
|
||||||
overridePath: true
|
overridePath: true
|
||||||
gcr.io:
|
gcr.io:
|
||||||
endpoints:
|
endpoints:
|
||||||
- http://harbor.noxxos.nl/v2/proxy-gcr.io
|
- https://harbor.noxxos.nl/v2/proxy-gcr.io
|
||||||
- https://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
|
- https://harbor.noxxos.nl/v2/proxy-registry.k8s.io
|
||||||
- https://registry.k8s.io
|
- https://registry.k8s.io
|
||||||
overridePath: true
|
overridePath: true
|
||||||
Loading…
Reference in New Issue
Block a user