Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-stable-image for
openSUSE:Factory checked in at 2024-09-29 18:13:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Sun Sep 29 18:13:00 2024 rev:32 rq:1204327 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2024-09-26 18:54:26.147940363 +0200
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.29891/golang-stable-image.changes
2024-09-29 18:13:45.389361296 +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.RapM77/_old 2024-09-29 18:13:45.865380963 +0200
+++ /var/tmp/diff_new_pack.RapM77/_new 2024-09-29 18:13:45.869381129 +0200
@@ -103,7 +103,7 @@
RUN go build -o /hello
# Bundle the application into a scratch image
-FROM registry.suse.com/bci/bci-micro:15.4
+FROM registry.opensuse.org/opensuse/bci/bci-micro:latest
COPY --from=build /hello /usr/local/bin/hello