Add docker-proxy configuration for registry mirrors
This commit is contained in:
parent
eccdda0ce7
commit
a7ce59547e
20
talos/patches/docker-proxy.yaml
Normal file
20
talos/patches/docker-proxy.yaml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user