Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cdi-importer-container for
openSUSE:Factory checked in at 2022-08-05 19:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdi-importer-container (Old)
and /work/SRC/openSUSE:Factory/.cdi-importer-container.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-importer-container"
Fri Aug 5 19:51:25 2022 rev:6 rq:993196 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/cdi-importer-container/cdi-importer-container.changes
2022-01-19 00:35:58.814324102 +0100
+++
/work/SRC/openSUSE:Factory/.cdi-importer-container.new.1521/cdi-importer-container.changes
2022-08-05 19:52:19.733661400 +0200
@@ -1,0 +2,5 @@
+Thu Aug 4 07:45:33 UTC 2022 - Vasily Ulyanov <[email protected]>
+
+- Use standard LABEL directive to add mandatory labels
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.l1HWcZ/_old 2022-08-05 19:52:20.165662516 +0200
+++ /var/tmp/diff_new_pack.l1HWcZ/_new 2022-08-05 19:52:20.169662526 +0200
@@ -14,13 +14,16 @@
# since TARGETARCH is not defined in OBS builds yet. Default to amd64.
ARG TARGETARCH=amd64
+# Mandatory labels for the build service:
+# https://en.opensuse.org/Building_derived_containers
# labelprefix=%%LABELPREFIX%%
-PREFIXEDLABEL org.opencontainers.image.title="CDI Data fetching service
container"
-PREFIXEDLABEL org.opencontainers.image.description="Data fetching service for
VM container images"
-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%%/cdi-importer:%%PKG_VERSION%%.%RELEASE%"
+LABEL org.opencontainers.image.title="CDI Data fetching service container"
+LABEL org.opencontainers.image.description="Data fetching service for VM
container images"
+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%%/cdi-importer:%%PKG_VERSION%%.%RELEASE%"
+# endlabelprefix
RUN zypper -n install \
qemu-tools qemu-block-curl skopeo tar util-linux \