diff --git a/README.md b/README.md index 1acaa81..389ea71 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To compile and deploy an application, copy the sources and build the application ```Dockerfile # Build the application using the OpenJDK development image -FROM registry.suse.com/bci/openjdk-devel:17 as build +FROM registry.opensuse.org/opensuse/bci/openjdk-devel:17 as build WORKDIR /app diff --git a/openjdk-17-image.changes b/openjdk-17-image.changes index 283ae18..00b9a67 100644 --- a/openjdk-17-image.changes +++ b/openjdk-17-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller + +- fix registry references in READMEs + ------------------------------------------------------------------- Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller