Fix quotes
This commit is contained in:
parent
9ba2df08cd
commit
caf45b5270
@ -1,16 +1,16 @@
|
|||||||
mirrors:
|
mirrors:
|
||||||
docker.io:
|
docker.io:
|
||||||
endpoint:
|
endpoint:
|
||||||
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/docker.io/$1"
|
"(.*)": "library/docker.io/$1"
|
||||||
ghcr.io:
|
ghcr.io:
|
||||||
endpoint:
|
endpoint:
|
||||||
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/ghcr.io/$1"
|
"(.*)": "library/ghcr.io/$1"
|
||||||
quay.io:
|
quay.io:
|
||||||
endpoint:
|
endpoint:
|
||||||
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/quay.io/$1"
|
"(.*)": "library/quay.io/$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user