Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb-image for openSUSE:Factory 
checked in at 2024-08-09 16:15:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-image (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb-image.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb-image"

Fri Aug  9 16:15:29 2024 rev:26 rq:1192700 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb-image/mariadb-image.changes      
2024-08-05 17:24:12.498337907 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb-image.new.7232/mariadb-image.changes    
2024-08-09 16:16:06.994569400 +0200
@@ -1,0 +2,10 @@
+Thu Aug  8 16:48:44 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- fix PID 1 in mariadb container (patch from Daniel Black)
+
+-------------------------------------------------------------------
+Thu Aug  8 16:43:43 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- remove oci reference annotation again
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.CpSfNW/_old  2024-08-09 16:16:07.722599788 +0200
+++ /var/tmp/diff_new_pack.CpSfNW/_new  2024-08-09 16:16:07.726599954 +0200
@@ -35,7 +35,6 @@
 LABEL 
org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI";
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
-LABEL org.opencontainers.image.revision="%DISTURL%"
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/mariadb-image/README.md";
 
 RUN set -euo pipefail; zypper -n in --no-recommends mariadb mariadb-tools gawk 
timezone util-linux findutils; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

++++++ gosu ++++++
--- /var/tmp/diff_new_pack.CpSfNW/_old  2024-08-09 16:16:07.790602626 +0200
+++ /var/tmp/diff_new_pack.CpSfNW/_new  2024-08-09 16:16:07.794602793 +0200
@@ -3,10 +3,10 @@
 u=$1
 shift
 
-if ! id -u $u > /dev/null 2>&1; then
+if ! id -u "$u" > /dev/null 2>&1; then
     echo "Invalid user: $u"
     exit 1
 fi
 
-setpriv --reuid=$u --regid=$u --clear-groups -- /bin/bash "$@"
+exec setpriv --reuid="$u" --regid="$u" --clear-groups -- "$@"
 

Reply via email to