Handle duplicate images;Add registry endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-22 14:54:54 +02:00
parent c8509aa3d5
commit 0534b031fa
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
mirrors:
cr.step.cm:
endpoint:
- https://registry.{{ vapp['metacluster.fqdn'] }}
rewrite:
"(.*)": "library/cr.step.sm/$1"
docker.io:
endpoint:
- https://registry.{{ vapp['metacluster.fqdn'] }}
@ -15,6 +20,6 @@ mirrors:
rewrite:
"(.*)": "library/quay.io/$1"
configs:
"registry.{{ vapp['metacluster.fqdn'] }}":
registry.{{ vapp['metacluster.fqdn'] }}:
tls:
insecure_skip_verify: true