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-05-18 17:47:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx-image (Old)
 and      /work/SRC/openSUSE:Factory/.nginx-image.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx-image"

Mon May 18 17:47:39 2026 rev:42 rq:1353731 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx-image/nginx-image.changes  2026-03-27 
06:45:18.723589141 +0100
+++ /work/SRC/openSUSE:Factory/.nginx-image.new.1966/nginx-image.changes        
2026-05-18 17:48:25.225303439 +0200
@@ -1,0 +2,5 @@
+Mon May 18 07:56:20 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- update for new nginx version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.esAPtD/_old  2026-05-18 17:48:25.897331209 +0200
+++ /var/tmp/diff_new_pack.esAPtD/_new  2026-05-18 17:48:25.901331375 +0200
@@ -15,8 +15,8 @@
 
 #!UseOBSRepositories
 
-#!BuildTag: opensuse/nginx:1.29-%RELEASE%
-#!BuildTag: opensuse/nginx:1.29
+#!BuildTag: opensuse/nginx:1.31-%RELEASE%
+#!BuildTag: opensuse/nginx:1.31
 #!BuildTag: opensuse/nginx:latest
 
 FROM opensuse/bci/bci-micro:latest AS target
@@ -29,7 +29,7 @@
 # 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 | \
-    cut -d '.' -f -2)" = "1.29" ]
+    cut -d '.' -f -2)" = "1.31" ]
 
 # cleanup logs and temporary files
 RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
@@ -52,13 +52,13 @@
 # labelprefix=org.opensuse.application.nginx
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed NGINX"
 LABEL org.opencontainers.image.description="NGINX open source all-in-one load 
balancer, content cache and web server based on the openSUSE Tumbleweed Base 
Container Image."
-LABEL org.opencontainers.image.version="1.29"
+LABEL org.opencontainers.image.version="1.31"
 LABEL org.opencontainers.image.url="https://www.opensuse.org";
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"
 LABEL org.opencontainers.image.source="%SOURCEURL%"
-LABEL org.opencontainers.image.ref.name="1.29-%RELEASE%"
-LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/nginx:1.29-%RELEASE%"
+LABEL org.opencontainers.image.ref.name="1.31-%RELEASE%"
+LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/nginx:1.31-%RELEASE%"
 LABEL org.openbuildservice.disturl="%DISTURL%"
 LABEL 
org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI";
 LABEL org.opensuse.release-stage="released"

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.esAPtD/_old  2026-05-18 17:48:25.961333853 +0200
+++ /var/tmp/diff_new_pack.esAPtD/_new  2026-05-18 17:48:25.969334185 +0200
@@ -11,13 +11,13 @@
 By default, the image launches nginx with the same configuration that comes 
with the SUSE Linux Enterprise Server.
 
 ```ShellSession
-$ podman run -it --rm -p 8080:80 registry.opensuse.org/opensuse/nginx:1.29
+$ podman run -it --rm -p 8080:80 registry.opensuse.org/opensuse/nginx:1.31
 ```
 
 Or:
 
 ```ShellSession
-$ podman run -it --rm -p 8080:80 -v /path/to/html/:/srv/www/htdocs/:Z 
registry.opensuse.org/opensuse/nginx:1.29
+$ podman run -it --rm -p 8080:80 -v /path/to/html/:/srv/www/htdocs/:Z 
registry.opensuse.org/opensuse/nginx:1.31
 ```
 
 **Note:** The directory `/srv/www/htdocs/` is the root directory used by the 
default server. Additional servers can use any other path.

Reply via email to