Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package distribution-image for 
openSUSE:Factory checked in at 2026-05-05 15:16:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/distribution-image (Old)
 and      /work/SRC/openSUSE:Factory/.distribution-image.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "distribution-image"

Tue May  5 15:16:17 2026 rev:46 rq:1350807 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/distribution-image/distribution-image.changes    
2026-03-27 06:38:15.414157790 +0100
+++ 
/work/SRC/openSUSE:Factory/.distribution-image.new.30200/distribution-image.changes
 2026-05-05 15:17:37.320695282 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 07:07:51 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- adjust for newer versions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.5eruMC/_old  2026-05-05 15:17:37.836715809 +0200
+++ /var/tmp/diff_new_pack.5eruMC/_new  2026-05-05 15:17:37.840715968 +0200
@@ -17,7 +17,7 @@
 
 #!BuildTag: opensuse/registry:%%registry_version%%-%RELEASE%
 #!BuildTag: opensuse/registry:%%registry_version%%
-#!BuildTag: opensuse/registry:3.0
+#!BuildTag: opensuse/registry:3.1
 #!BuildTag: opensuse/registry:latest
 
 FROM opensuse/bci/bci-micro:latest AS target
@@ -30,7 +30,7 @@
 # sanity check that the version from the tag is equal to the version of 
distribution-registry that we expect
 RUN set -euo pipefail; \
     [ "$(rpm --root /target -q --qf '%{version}' distribution-registry | \
-    cut -d '.' -f -2)" = "3.0" ]
+    cut -d '.' -f -2)" = "3.1" ]
 RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
     systemd-tmpfiles --create --root /target distribution-registry.conf
 

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.5eruMC/_old  2026-05-05 15:17:37.868717082 +0200
+++ /var/tmp/diff_new_pack.5eruMC/_new  2026-05-05 15:17:37.872717241 +0200
@@ -31,7 +31,7 @@
 
 ```bash
 podman run -d --restart=always -p 5000:5000 -v 
/path/to/config.yml:/etc/registry/config.yml \
-  -v /var/lib/docker-registry:/var/lib/docker-registry --name registry 
registry.opensuse.org/opensuse/registry:3.0
+  -v /var/lib/docker-registry:/var/lib/docker-registry --name registry 
registry.opensuse.org/opensuse/registry:3.1
 ```
 
 The registry is available at `http://localhost:5000`. To keep the registry 
running after a reboot, create a systemd service as follows:

Reply via email to