2022-07-03 12:52:01 +00:00
|
|
|
mirrors:
|
|
|
|
docker.io:
|
|
|
|
endpoint:
|
|
|
|
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/docker.io/$1"
|
2022-07-04 10:39:53 +00:00
|
|
|
ghcr.io:
|
|
|
|
endpoint:
|
|
|
|
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/ghcr.io/$1"
|
|
|
|
quay.io:
|
|
|
|
endpoint:
|
|
|
|
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
|
|
|
rewrite:
|
|
|
|
"(.*)": "library/quay.io/$1"
|