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:
|
||||
docker.io:
|
||||
endpoints:
|
||||
- http://harbor.noxxos.nl/v2/proxy-docker.io
|
||||
- https://harbor.noxxos.nl/v2/proxy-docker.io
|
||||
- https://registry-1.docker.io
|
||||
overridePath: true
|
||||
ghcr.io:
|
||||
endpoints:
|
||||
- http://harbor.noxxos.nl/v2/proxy-ghcr.io
|
||||
- https://harbor.noxxos.nl/v2/proxy-ghcr.io
|
||||
- https://ghcr.io
|
||||
overridePath: true
|
||||
gcr.io:
|
||||
endpoints:
|
||||
- http://harbor.noxxos.nl/v2/proxy-gcr.io
|
||||
- https://harbor.noxxos.nl/v2/proxy-gcr.io
|
||||
- https://gcr.io
|
||||
overridePath: true
|
||||
registry.k8s.io:
|
||||
endpoints:
|
||||
- http://harbor.noxxos.nl/v2/proxy-registry.k8s.io
|
||||
- https://harbor.noxxos.nl/v2/proxy-registry.k8s.io
|
||||
- https://registry.k8s.io
|
||||
overridePath: true
|
||||
Loading…
Reference in New Issue
Block a user