diff --git a/README.md b/README.md index 6969fab..1932557 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ dependencies and needs no further installation of packages. 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 diff --git a/micro-image.changes b/micro-image.changes index d5cfe06..d0b7770 100644 --- a/micro-image.changes +++ b/micro-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller + +- fix registry references in READMEs + ------------------------------------------------------------------- Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller