2022-07-03 12:52:01 +00:00
|
|
|
mirrors:
|
2022-08-22 12:54:54 +00:00
|
|
|
cr.step.cm:
|
|
|
|
endpoint:
|
|
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/cr.step.sm/$1"
|
2022-07-03 12:52:01 +00:00
|
|
|
docker.io:
|
|
|
|
endpoint:
|
2022-07-04 12:55:07 +00:00
|
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
2022-07-03 12:52:01 +00:00
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/docker.io/$1"
|
2022-11-10 14:03:11 +00:00
|
|
|
gcr.io:
|
|
|
|
endpoint:
|
|
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/gcr.io/$1"
|
2022-07-04 10:39:53 +00:00
|
|
|
ghcr.io:
|
|
|
|
endpoint:
|
2022-07-04 12:55:07 +00:00
|
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
2022-07-04 10:39:53 +00:00
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/ghcr.io/$1"
|
2022-11-10 14:03:11 +00:00
|
|
|
k8s.gcr.io:
|
|
|
|
endpoint:
|
|
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/k8s.gcr.io/$1"
|
2022-07-04 10:39:53 +00:00
|
|
|
quay.io:
|
|
|
|
endpoint:
|
2022-07-04 12:55:07 +00:00
|
|
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
2022-07-04 10:39:53 +00:00
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/quay.io/$1"
|