[info=93ad2f1ac937a7b82c575f205aa3b756]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-stable-image?expand=0&rev=180
This commit is contained in:
Dan Čermák 2024-09-28 08:18:19 +00:00 committed by Git OBS Bridge
parent bd63b37662
commit a288f20859
2 changed files with 6 additions and 1 deletions

View File

@ -103,7 +103,7 @@ COPY . ./
RUN go build -o /hello RUN go build -o /hello
# Bundle the application into a scratch image # Bundle the application into a scratch image
FROM registry.suse.com/bci/bci-micro:15.4 FROM registry.opensuse.org/opensuse/bci/bci-micro:latest
COPY --from=build /hello /usr/local/bin/hello COPY --from=build /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> Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <dmueller@suse.com>