[info=c395a41814f425c72254ef8e88c550e7]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-oldstable-image?expand=0&rev=112
This commit is contained in:
parent
be75a00342
commit
7ae2260c7e
@ -21,7 +21,7 @@ COPY . ./
|
|||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
# Bundle the application into a BCI micro (or other BCI image)
|
# Bundle the application into a BCI micro (or other BCI image)
|
||||||
FROM registry.suse.com/bci/bci-micro
|
FROM registry.suse.com/bci/bci-micro:latest
|
||||||
|
|
||||||
COPY --from=build /app/target/release/hello /usr/local/bin/hello
|
COPY --from=build /app/target/release/hello /usr/local/bin/hello
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 13:56:49 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- README fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 07:39:04 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
Tue Jun 25 07:39:04 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user