Accepting request 1204328 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1204328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micro-image?expand=0&rev=27
This commit is contained in:
commit
f8c7a9f084
@ -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
|
||||
|
||||
|
@ -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:12:11 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user