Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cdi-cloner-container for
openSUSE:Factory checked in at 2021-06-14 23:10:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdi-cloner-container (Old)
and /work/SRC/openSUSE:Factory/.cdi-cloner-container.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-cloner-container"
Mon Jun 14 23:10:56 2021 rev:4 rq:898428 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/cdi-cloner-container/cdi-cloner-container.changes
2021-05-05 20:39:50.334957980 +0200
+++
/work/SRC/openSUSE:Factory/.cdi-cloner-container.new.32437/cdi-cloner-container.changes
2021-06-14 23:11:22.588782017 +0200
@@ -1,0 +2,5 @@
+Fri Jun 4 12:20:48 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Include the registry in org.opensuse.reference
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.hJ2gd9/_old 2021-06-14 23:11:22.960782689 +0200
+++ /var/tmp/diff_new_pack.hJ2gd9/_new 2021-06-14 23:11:22.960782689 +0200
@@ -15,7 +15,7 @@
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
-PREFIXEDLABEL
org.opensuse.reference="%%TAGPREFIX%%/cdi-cloner:%%PKG_VERSION%%.%RELEASE%"
+PREFIXEDLABEL
org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-cloner:%%PKG_VERSION%%.%RELEASE%"
RUN zypper -n install \
containerized-data-importer-cloner && \
++++++ _service ++++++
--- /var/tmp/diff_new_pack.hJ2gd9/_old 2021-06-14 23:11:22.980782725 +0200
+++ /var/tmp/diff_new_pack.hJ2gd9/_new 2021-06-14 23:11:22.980782725 +0200
@@ -5,6 +5,7 @@
<param name="file">Dockerfile</param>
<param name="var">PKG_VERSION</param>
<param name="var">PKG_RELEASE</param>
+ <param name="var">REGISTRY</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
<param name="eval">pkg=containerized-data-importer-cloner source
/usr/lib/obs/service/cdi_containers_meta</param>