File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727DOCKERFILE_TEMPLATE = jinja2 .Template (
2828 """# SPDX-License-Identifier: {{ image.license }}
2929{{ INFOHEADER }}
30- {% if image.exclusive_arch %}#!ExclusiveArch: {% for arch in image.exclusive_arch %}{{ arch }}{{ " " if not loop.last }}{% endfor %}
31- {%- endif %}
30+ #!UseOBSRepositories
31+ {% if image.exclusive_arch %}#!ExclusiveArch: {% for arch in image.exclusive_arch %}{{ arch }}{{ " " if not loop.last }}{% endfor %}{% - endif %}
3232{% for tag in image.build_tags -%}
3333#!BuildTag: {{ tag }}
3434{% endfor -%}
Original file line number Diff line number Diff line change 2020 (
2121 """# SPDX-License-Identifier: MIT
2222# Copyright header
23+ #!UseOBSRepositories
2324
2425#!BuildTag: bci/test:27
2526#!BuildTag: bci/test:27-%RELEASE%
123124 (
124125 """# SPDX-License-Identifier: MIT
125126# Copyright header
127+ #!UseOBSRepositories
126128
127129#!BuildTag: bci/test:stable
128130#!BuildTag: bci/test:stable-1.%RELEASE%
221223 (
222224 """# SPDX-License-Identifier: MIT
223225# Copyright header
226+ #!UseOBSRepositories
224227
225228#!BuildTag: bci/test:29
226229#!BuildTag: bci/test:29-%RELEASE%
318321 (
319322 """# SPDX-License-Identifier: BSD
320323# Copyright header
324+ #!UseOBSRepositories
321325#!ExclusiveArch: x86_64 s390x
322326#!BuildTag: opensuse/bci/test:28.2
323327#!BuildTag: opensuse/bci/test:28.2-%RELEASE%
You can’t perform that action at this time.
0 commit comments