Danny Bessems
6ce1a66d3e
All checks were successful
continuous-integration/drone/push Build is passing
32 lines
797 B
Django/Jinja
32 lines
797 B
Django/Jinja
mirrors:
|
|
cr.step.cm:
|
|
endpoint:
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
rewrite:
|
|
"(.*)": "library/cr.step.sm/$1"
|
|
docker.io:
|
|
endpoint:
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
rewrite:
|
|
"(.*)": "library/docker.io/$1"
|
|
gcr.io:
|
|
endpoint:
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
rewrite:
|
|
"(.*)": "library/gcr.io/$1"
|
|
ghcr.io:
|
|
endpoint:
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
rewrite:
|
|
"(.*)": "library/ghcr.io/$1"
|
|
k8s.gcr.io:
|
|
endpoint:
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
rewrite:
|
|
"(.*)": "library/k8s.gcr.io/$1"
|
|
quay.io:
|
|
endpoint:
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
rewrite:
|
|
"(.*)": "library/quay.io/$1"
|