Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb-client-image for 
openSUSE:Factory checked in at 2024-09-12 16:57:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-client-image (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb-client-image.new.17570 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb-client-image"

Thu Sep 12 16:57:27 2024 rev:20 rq:1200273 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mariadb-client-image/mariadb-client-image.changes    
    2024-09-09 14:46:55.848900304 +0200
+++ 
/work/SRC/openSUSE:Factory/.mariadb-client-image.new.17570/mariadb-client-image.changes
     2024-09-12 16:59:02.487556367 +0200
@@ -1,0 +2,5 @@
+Thu Sep 12 06:35:48 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- set full version in labels of mariadb* container
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.APsh6k/_old  2024-09-12 16:59:02.911574002 +0200
+++ /var/tmp/diff_new_pack.APsh6k/_new  2024-09-12 16:59:02.911574002 +0200
@@ -27,7 +27,7 @@
 LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Client"
 LABEL org.opencontainers.image.description="MariaDB Client container based on 
the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="11.5"
+LABEL org.opencontainers.image.version="%%mariadb_version%%"
 LABEL org.opencontainers.image.url="https://www.opensuse.org";
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.APsh6k/_old  2024-09-12 16:59:02.947575500 +0200
+++ /var/tmp/diff_new_pack.APsh6k/_new  2024-09-12 16:59:02.951575666 +0200
@@ -1,6 +1,11 @@
 <services>
   <service mode="buildtime" name="docker_label_helper"/>
   <service mode="buildtime" name="kiwi_metainfo_helper"/>
+  <service name="replace_using_package_version" mode="buildtime">
+    <param name="file">Dockerfile</param>
+    <param name="regex">%%mariadb_version%%</param>
+    <param name="package">mariadb-client</param>
+  </service>
 </services>
 (No newline at EOF)
 

Reply via email to