Danny Bessems
915660f618
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
201 B
Django/Jinja
9 lines
201 B
Django/Jinja
mirrors:
|
|
{% for registry in _template.registries %}
|
|
{{ registry }}:
|
|
endpoint:
|
|
- https://registry.{{ _template.hv.fqdn }}
|
|
rewrite:
|
|
"(.*)": "library/{{ registry }}/$1"
|
|
{% endfor %}
|