diff --git a/talos/patches/docker-proxy.yaml b/talos/patches/docker-proxy.yaml new file mode 100644 index 0000000..3a68e13 --- /dev/null +++ b/talos/patches/docker-proxy.yaml @@ -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 \ No newline at end of file