Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-oldstable-image for
openSUSE:Factory checked in at 2024-09-29 18:12:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Sun Sep 29 18:12:58 2024 rev:32 rq:1204326 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2024-09-26 18:54:25.519914338 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.29891/golang-oldstable-image.changes
2024-09-29 18:13:44.445322295 +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.Qqm6sU/_old 2024-09-29 18:13:44.917341795 +0200
+++ /var/tmp/diff_new_pack.Qqm6sU/_new 2024-09-29 18:13:44.921341961 +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