From aa9bc8a38849a13447a244e555133d04e36f22f77319c4c9a8a0fedd54a07bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 28 Sep 2024 08:22:22 +0000 Subject: [PATCH] [info=639ab35ea0062193f516f348988c1fd5] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-oldstable-image?expand=0&rev=174 --- README.md | 2 +- rust-oldstable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310c33f..72cfc4a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ COPY . ./ RUN cargo build --release # Bundle the application into a BCI micro (or other BCI image) -FROM registry.suse.com/bci/bci-micro:latest +FROM registry.opensuse.org/opensuse/bci/bci-micro:latest COPY --from=build /app/target/release/hello /usr/local/bin/hello diff --git a/rust-oldstable-image.changes b/rust-oldstable-image.changes index c4aebc7..9198a5f 100644 --- a/rust-oldstable-image.changes +++ b/rust-oldstable-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:36:16 UTC 2024 - Dirk Mueller