From 1f29e53fa3a671d6c47ed669efc17f58f0b27e8239baca5d1fa7e188e398b1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 28 Sep 2024 08:19:12 +0000 Subject: [PATCH] [info=f361f2c2818ad3da47911f49ca5ea746] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/micro-image?expand=0&rev=196 --- README.md | 4 ++-- micro-image.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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