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:
Ana Guerrero 2024-09-29 16:13:00 +00:00 committed by Git OBS Bridge
commit f8c7a9f084
2 changed files with 7 additions and 2 deletions

View File

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

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:12:11 UTC 2024 - Dirk Mueller <dmueller@suse.com>