1
0

Compare commits

...

12 Commits

Author SHA256 Message Date
a12c2b47e7 Accepting request 1175789 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1175789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=8
2024-05-22 19:32:36 +00:00
Vasily Ulyanov
dd16b1fb6a Accepting request 1175778 from home:vulyanov:branches:Virtualization:sourceurl
- Add LABEL with source URL

OBS-URL: https://build.opensuse.org/request/show/1175778
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-api-container?expand=0&rev=19
2024-05-22 11:37:13 +00:00
17a8a6f9f7 Accepting request 1119851 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1119851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=7
2023-10-24 18:08:28 +00:00
Vasily Ulyanov
a340dc7388 Accepting request 1119835 from home:vulyanov:branches:Virtualization
- Add license header

OBS-URL: https://build.opensuse.org/request/show/1119835
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-api-container?expand=0&rev=17
2023-10-24 06:12:03 +00:00
70caf96267 Accepting request 993192 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/993192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=6
2022-08-05 17:51:20 +00:00
Vasily Ulyanov
c316fa6fa1 Accepting request 993174 from home:vulyanov:branches:Virtualization:tuning
OBS-URL: https://build.opensuse.org/request/show/993174
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-api-container?expand=0&rev=15
2022-08-05 04:58:51 +00:00
5664898f31 Accepting request 946479 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/946479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=5
2022-01-14 22:13:34 +00:00
Vasily Ulyanov
846ddbb076 Accepting request 936533 from home:Guillaume_G:branches:Virtualization
- Enable build only on aarch64 and x86_64

OBS-URL: https://build.opensuse.org/request/show/936533
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-api-container?expand=0&rev=14
2022-01-14 17:36:51 +00:00
baa9514307 Accepting request 898421 from Virtualization
- Include the registry in org.opensuse.reference

OBS-URL: https://build.opensuse.org/request/show/898421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=4
2021-06-14 21:10:52 +00:00
Vasily Ulyanov
16f89ab22f Image fixes
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-api-container?expand=0&rev=12
2021-06-08 12:39:40 +00:00
a66a54eff7 Accepting request 890452 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/890452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=3
2021-05-05 18:39:50 +00:00
8063837dc4 Accepting request 885991 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/885991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-api-container?expand=0&rev=2
2021-04-16 22:02:10 +00:00
3 changed files with 41 additions and 7 deletions

View File

@@ -1,21 +1,29 @@
# Defines the tag for OBS and build script builds:
# SPDX-License-Identifier: Apache-2.0
# Define the tags for OBS and build script builds:
#!BuildTag: %%TAGPREFIX%%/virt-api:%%PKG_VERSION%%
#!BuildTag: %%TAGPREFIX%%/virt-api:%%PKG_VERSION%%.%RELEASE%
#!BuildTag: %%TAGPREFIX%%/virt-api:%%PKG_VERSION%%-%%PKG_RELEASE%%
#!ExclusiveArch: x86_64 aarch64
# virt-api container image
# KUBEVIRTFROM defined in prjconf, e.g.
# BuildFlags: dockerarg:KUBEVIRTFROM=opensuse/tumbleweed
ARG KUBEVIRTFROM
FROM $KUBEVIRTFROM
# Mandatory labels for the build service:
# https://en.opensuse.org/Building_derived_containers
# labelprefix=%%LABELPREFIX%%
PREFIXEDLABEL org.opencontainers.image.title="kubevirt virt-api container"
PREFIXEDLABEL org.opencontainers.image.description="Entrypoint for all kubevirt CR exentions"
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-api:%%PKG_VERSION%%.%RELEASE%"
LABEL org.opencontainers.image.title="kubevirt virt-api container"
LABEL org.opencontainers.image.description="Entrypoint for all kubevirt CR exentions"
LABEL org.opencontainers.image.created="%BUILDTIME%"
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%%/virt-api:%%PKG_VERSION%%.%RELEASE%"
# endlabelprefix
RUN zypper -n install kubevirt-virt-api shadow && \
zypper clean -a && \

View File

@@ -5,6 +5,7 @@
<param name="file">Dockerfile</param>
<param name="var">PKG_VERSION</param>
<param name="var">PKG_RELEASE</param>
<param name="var">REGISTRY</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
<param name="eval">pkg=kubevirt-virt-api source /usr/lib/obs/service/kubevirt_containers_meta</param>

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Add LABEL with source URL
-------------------------------------------------------------------
Mon Oct 23 12:25:48 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Add license header
-------------------------------------------------------------------
Thu Aug 4 06:16:31 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Use standard LABEL directive to add mandatory labels
-------------------------------------------------------------------
Wed Dec 8 15:08:05 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable build only on aarch64 and x86_64
-------------------------------------------------------------------
Fri Jun 4 11:20:25 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Include the registry in org.opensuse.reference
-------------------------------------------------------------------
Mon Apr 26 07:48:43 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>