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-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"
|
|
|
|
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"
|
2022-07-07 07:57:56 +00:00
|
|
|
configs:
|
2022-08-22 12:54:54 +00:00
|
|
|
registry.{{ vapp['metacluster.fqdn'] }}:
|
2022-07-07 07:57:56 +00:00
|
|
|
tls:
|
|
|
|
insecure_skip_verify: true
|