Packer.Images/ansible/roles/firstboot/files/ansible_payload/templates/registries.j2

21 lines
496 B
Django/Jinja

mirrors:
docker.io:
endpoint:
- https://registry.{{ vapp['metacluster.fqdn'] }}
rewrite:
"(.*)": "library/docker.io/$1"
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"
configs:
"registry.{{ vapp['metacluster.fqdn'] }}":
tls:
insecure_skip_verify: true