From fcc34715b765671c17f7fc7771ca92b18a59278ee95850d14aed314b4af73687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 28 Sep 2024 08:20:10 +0000 Subject: [PATCH] [info=926abc235c2b4139f26a59ed410c2190] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/openjdk-17-image?expand=0&rev=198 --- README.md | 2 +- openjdk-17-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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