Accepting request 993177 from home:vulyanov:branches:Virtualization:tuning

OBS-URL: https://build.opensuse.org/request/show/993177
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-exportserver-container?expand=0&rev=3
This commit is contained in:
Vasily Ulyanov 2022-08-05 04:58:28 +00:00 committed by Git OBS Bridge
parent 2cea6d072b
commit e4956426e7
2 changed files with 14 additions and 6 deletions

View File

@ -11,13 +11,16 @@
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-exportserver container"
PREFIXEDLABEL org.opencontainers.image.description="HTTP server for the VirtualMachineExport resources"
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-exportserver:%%PKG_VERSION%%.%RELEASE%"
LABEL org.opencontainers.image.title="kubevirt virt-exportserver container"
LABEL org.opencontainers.image.description="HTTP server for the VirtualMachineExport resources"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-exportserver:%%PKG_VERSION%%.%RELEASE%"
# endlabelprefix
RUN zypper -n install kubevirt-virt-exportserver shadow tar && \
zypper clean -a && \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 4 07:26:59 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Use standard LABEL directive to add mandatory labels
-------------------------------------------------------------------
Thu Jul 21 12:34:40 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>