Fix: Update endpoints in docker-proxy.yaml to use HTTPS

This commit is contained in:
Marco van Zijl 2025-11-11 20:52:26 +01:00
parent 7ca466c06e
commit f2ec73cff3

View File

@ -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