1
0

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

OBS-URL: https://build.opensuse.org/request/show/993176
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-exportproxy-container?expand=0&rev=3
This commit is contained in:
Vasily Ulyanov 2022-08-05 04:58:17 +00:00 committed by Git OBS Bridge
parent f71bfd76af
commit a0724ac369
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-exportproxy container"
PREFIXEDLABEL org.opencontainers.image.description="Export proxy 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-exportproxy:%%PKG_VERSION%%.%RELEASE%"
LABEL org.opencontainers.image.title="kubevirt virt-exportproxy container"
LABEL org.opencontainers.image.description="Export proxy 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-exportproxy:%%PKG_VERSION%%.%RELEASE%"
# endlabelprefix
RUN zypper -n install kubevirt-virt-exportproxy shadow && \
zypper clean -a && \

View File

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