2022-07-03 14:52:01 +02:00
|
|
|
mirrors:
|
2023-04-04 10:47:28 +02:00
|
|
|
{% for registry in _template.registries %}
|
|
|
|
{{ registry }}:
|
2022-08-22 14:54:54 +02:00
|
|
|
endpoint:
|
2022-12-10 16:56:13 +01:00
|
|
|
- https://registry.{{ _template.hv.fqdn }}
|
2022-08-22 14:54:54 +02:00
|
|
|
rewrite:
|
2023-04-04 10:47:28 +02:00
|
|
|
"(.*)": "library/{{ registry }}/$1"
|
2022-12-10 16:56:13 +01:00
|
|
|
{% endfor %}
|