Accepting request 1204329 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1204329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjdk-11-devel-image?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-09-29 16:13:01 +00:00 committed by Git OBS Bridge
commit 2867e8a3cd
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@ COPY . ./
RUN javac Hello.java
# Bundle the application into OpenJDK runtime image
FROM registry.suse.com/bci/openjdk:11
FROM registry.opensuse.org/opensuse/bci/openjdk:11
WORKDIR /app

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>