Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package openjdk-17-image for
openSUSE:Factory checked in at 2024-09-29 18:13:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjdk-17-image (Old)
and /work/SRC/openSUSE:Factory/.openjdk-17-image.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openjdk-17-image"
Sun Sep 29 18:13:05 2024 rev:23 rq:1204332 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/openjdk-17-image/openjdk-17-image.changes
2024-09-25 21:58:25.045065221 +0200
+++
/work/SRC/openSUSE:Factory/.openjdk-17-image.new.29891/openjdk-17-image.changes
2024-09-29 18:13:49.061513009 +0200
@@ -1,0 +2,5 @@
+Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller <[email protected]>
+
+- fix registry references in READMEs
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.VB4Xxt/_old 2024-09-29 18:13:50.133557301 +0200
+++ /var/tmp/diff_new_pack.VB4Xxt/_new 2024-09-29 18:13:50.137557465 +0200
@@ -32,7 +32,7 @@
```Dockerfile
# Build the application using the OpenJDK development image
-FROM registry.suse.com/bci/openjdk-devel:17 as build
+FROM registry.opensuse.org/opensuse/bci/openjdk-devel:17 as build
WORKDIR /app