2022-07-03 12:52:01 +00:00
|
|
|
mirrors:
|
2022-12-15 21:17:07 +00:00
|
|
|
{% for entry in _template.data %}
|
|
|
|
{{ entry }}:
|
2022-08-22 12:54:54 +00:00
|
|
|
endpoint:
|
2022-12-10 15:56:13 +00:00
|
|
|
- https://registry.{{ _template.hv.fqdn }}
|
2022-08-22 12:54:54 +00:00
|
|
|
rewrite:
|
2022-12-15 21:17:07 +00:00
|
|
|
"(.*)": "library/{{ entry }}/$1"
|
2022-12-10 15:56:13 +00:00
|
|
|
{% endfor %}
|