Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nginx-image for openSUSE:Factory 
checked in at 2026-07-07 21:01:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx-image (Old)
 and      /work/SRC/openSUSE:Factory/.nginx-image.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx-image"

Tue Jul  7 21:01:59 2026 rev:47 rq:1364089 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx-image/nginx-image.changes  2026-06-19 
17:17:47.706687543 +0200
+++ /work/SRC/openSUSE:Factory/.nginx-image.new.1982/nginx-image.changes        
2026-07-07 21:03:51.059609823 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 14:24:51 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- set stableuid for nginx
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.uZ95LP/_old  2026-07-07 21:03:51.739633368 +0200
+++ /var/tmp/diff_new_pack.uZ95LP/_new  2026-07-07 21:03:51.743633507 +0200
@@ -26,6 +26,11 @@
 RUN set -euo pipefail; \
     export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
     zypper -n --installroot /target --gpg-auto-import-keys install 
--no-recommends curl gawk nginx findutils envsubst sed grep
+# changing user id and group id created by package installation to stable 
values
+RUN set -euo pipefail; \
+    chroot /target chown -R --from=nginx:nginx 499:499 /; \
+    groupmod -R /target -g 499 nginx; \
+    usermod -R /target -u 499 nginx
 # sanity check that the version from the tag is equal to the version of nginx 
that we expect
 RUN set -euo pipefail; \
     [ "$(rpm --root /target -q --qf '%{version}' nginx | \

Reply via email to