Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openjdk-21-image for 
openSUSE:Factory checked in at 2024-09-20 17:12:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjdk-21-image (Old)
 and      /work/SRC/openSUSE:Factory/.openjdk-21-image.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openjdk-21-image"

Fri Sep 20 17:12:36 2024 rev:20 rq:1202202 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjdk-21-image/openjdk-21-image.changes        
2024-09-12 16:59:56.905819676 +0200
+++ 
/work/SRC/openSUSE:Factory/.openjdk-21-image.new.29891/openjdk-21-image.changes 
    2024-09-20 17:13:46.376133217 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 11:49:56 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- set full version on oci labels
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.IHlGsh/_old  2024-09-20 17:13:46.748148713 +0200
+++ /var/tmp/diff_new_pack.IHlGsh/_new  2024-09-20 17:13:46.752148880 +0200
@@ -27,7 +27,7 @@
 LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI OpenJDK 21 
runtime"
 LABEL org.opencontainers.image.description="OpenJDK 21 runtime container based 
on the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="21"
+LABEL org.opencontainers.image.version="%%java_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.IHlGsh/_old  2024-09-20 17:13:46.796150712 +0200
+++ /var/tmp/diff_new_pack.IHlGsh/_new  2024-09-20 17:13:46.800150880 +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">%%java_version%%</param>
+    <param name="package">java-21-openjdk</param>
+  </service>
 </services>
 (No newline at EOF)
 

Reply via email to