Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micro-image for openSUSE:Factory checked in at 2024-09-29 18:13:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micro-image (Old) and /work/SRC/openSUSE:Factory/.micro-image.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micro-image" Sun Sep 29 18:13:00 2024 rev:27 rq:1204328 version:2024 Changes: -------- --- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes 2024-09-25 21:58:21.116902162 +0200 +++ /work/SRC/openSUSE:Factory/.micro-image.new.29891/micro-image.changes 2024-09-29 18:13:46.421403935 +0200 @@ -1,0 +2,5 @@ +Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- fix registry references in READMEs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.x8SBA1/_old 2024-09-29 18:13:46.961426246 +0200 +++ /var/tmp/diff_new_pack.x8SBA1/_new 2024-09-29 18:13:46.965426411 +0200 @@ -19,14 +19,14 @@ Example using a Go application: ```Dockerfile -FROM registry.suse.com/bci/golang:stable as build +FROM registry.opensuse.org/opensuse/bci/golang:stable as build WORKDIR /app RUN go install github.com/go-training/helloworld@latest # Create an image to bundle the app -FROM registry.suse.com/bci/bci-micro:latest +FROM registry.opensuse.org/opensuse/bci/bci-micro:latest COPY --from=build /go/bin/helloworld /usr/local/bin/helloworld