From a0724ac369a02c126a57e7d63fd8b2f2bdd9ae4a5bf4c991bbc03bb9b8e09194 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Fri, 5 Aug 2022 04:58:17 +0000 Subject: [PATCH] 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 --- Dockerfile | 15 +++++++++------ virt-exportproxy-container.changes | 5 +++++ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4d32b55..0535a01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/virt-exportproxy-container.changes b/virt-exportproxy-container.changes index afee6d5..42799bf 100644 --- a/virt-exportproxy-container.changes +++ b/virt-exportproxy-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 4 07:26:01 UTC 2022 - Vasily Ulyanov + +- Use standard LABEL directive to add mandatory labels + ------------------------------------------------------------------- Thu Jul 21 12:19:31 UTC 2022 - Vasily Ulyanov