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

OBS-URL: https://build.opensuse.org/request/show/993173
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadserver-container?expand=0&rev=12
This commit is contained in:
Vasily Ulyanov 2022-08-05 04:59:12 +00:00 committed by Git OBS Bridge
parent c3f240fb83
commit a181949b6b
2 changed files with 14 additions and 6 deletions

View File

@ -11,13 +11,16 @@
ARG KUBEVIRTFROM ARG KUBEVIRTFROM
FROM $KUBEVIRTFROM FROM $KUBEVIRTFROM
# Mandatory labels for the build service:
# https://en.opensuse.org/Building_derived_containers
# labelprefix=%%LABELPREFIX%% # labelprefix=%%LABELPREFIX%%
PREFIXEDLABEL org.opencontainers.image.title="CDI upload server container" LABEL org.opencontainers.image.title="CDI upload server container"
PREFIXEDLABEL org.opencontainers.image.description="Upload server for the data fetching service for VM container images" LABEL org.opencontainers.image.description="Upload server for the data fetching service for VM container images"
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-uploadserver:%%PKG_VERSION%%.%RELEASE%" LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-uploadserver:%%PKG_VERSION%%.%RELEASE%"
# endlabelprefix
RUN zypper -n install \ RUN zypper -n install \
qemu-tools qemu-block-curl tar util-linux \ qemu-tools qemu-block-curl tar util-linux \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 4 07:48:37 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Use standard LABEL directive to add mandatory labels
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 8 15:07:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org> Wed Dec 8 15:07:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>