diff --git a/src/bci_build/templates.py b/src/bci_build/templates.py index 0ab810db3..e2ffd8073 100644 --- a/src/bci_build/templates.py +++ b/src/bci_build/templates.py @@ -89,10 +89,9 @@ """ - - + {{ image.vendor }} https://www.suse.com/ @@ -103,8 +102,8 @@ 1 %} + additionalnames="{% for tag in image.build_tags[1:] %}{{ tag }}{{ "," if not loop.last }}{% endfor %}" {%- endif %} {%- if image.entrypoint_user %} user="{{ image.entrypoint_user }}"