Add docker-proxy configuration for registry mirrors

This commit is contained in:
Marco van Zijl 2025-10-29 14:56:58 +01:00
parent eccdda0ce7
commit a7ce59547e

View File

@ -0,0 +1,20 @@
machine:
registries:
mirrors:
docker.io:
endpoints:
- http://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
overridePath: true
gcr.io:
endpoints:
- http://harbor.noxxos.nl/v2/proxy-gcr.io
overridePath: true
registry.k8s.io:
endpoints:
- http://harbor.noxxos.nl/v2/proxy-registry.k8s.io
overridePath: true