[info=639ab35ea0062193f516f348988c1fd5]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-oldstable-image?expand=0&rev=174
This commit is contained in:
Dan Čermák 2024-09-28 08:22:22 +00:00 committed by Git OBS Bridge
parent 45b2bccda6
commit aa9bc8a388
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- fix registry references in READMEs
-------------------------------------------------------------------
Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <dmueller@suse.com>