From 83a1ccf3003dccebc13af45c54708a93e9be4943 Mon Sep 17 00:00:00 2001 From: vulyanov <> Date: Aug 05 2022 19:17:06 +0000 Subject: Update virt-exportproxy-container to rev 2 via SR 993188 https://build.opensuse.org/request/show/993188 by user vulyanov + dimstar_suse --- diff --git a/.files b/.files index 0b0a87b..b836607 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d78ca39..d76af8c 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ - New KubeVirt container for virt-exportproxy 990689 + + ace1677128836002d1c9a824092a2176 + unknown + + dimstar_suse + + 993188 + diff --git a/.servicemark b/.servicemark index ea5de03..b82a213 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -56cdfad9fd91e588b2cb5cada987616f +8cddad5f48208366a40134bc9025ca92 diff --git a/Dockerfile b/Dockerfile index c8d2d27..e9648df 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 b37aa58..42a08b8 100644 --- a/virt-exportproxy-container.changes +++ b/virt-exportproxy-container.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +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 - Initial container for virt-exportproxy