1
0

9 Commits

Author SHA256 Message Date
8236755e71 Accepting request 1217779 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1217779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=9
2024-10-24 13:43:37 +00:00
Vasily Ulyanov
fd74650300 - Add LABEL with support level
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-operator-container?expand=0&rev=18
2024-10-24 06:35:17 +00:00
6a55501358 Accepting request 1175804 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1175804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=8
2024-05-22 19:32:55 +00:00
6ae86d0672 Accepting request 1119848 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1119848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=7
2023-10-24 18:08:24 +00:00
d75c82b72d Accepting request 993195 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/993195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=6
2022-08-05 17:51:25 +00:00
aef98d22a3 Accepting request 946488 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/946488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=5
2022-01-14 22:13:41 +00:00
1652a7306f Accepting request 898431 from Virtualization
- Include the registry in org.opensuse.reference

OBS-URL: https://build.opensuse.org/request/show/898431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=4
2021-06-14 21:10:58 +00:00
677942ec6a Accepting request 890449 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/890449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=3
2021-05-05 18:39:48 +00:00
08fa190d4b Accepting request 888562 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/888562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-operator-container?expand=0&rev=2
2021-04-27 19:34:43 +00:00
3 changed files with 7 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%"
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
# endlabelprefix
RUN zypper -n install \

View File

@@ -8,6 +8,7 @@
<param name="var">REGISTRY</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
<param name="var">SUPPORT_LEVEL</param>
<param name="eval">pkg=containerized-data-importer-operator source /usr/lib/obs/service/cdi_containers_meta</param>
<param name="verbose">1</param>
</service>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 15 05:50:28 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Add LABEL with support level
-------------------------------------------------------------------
Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>