You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/11 13:24:46 UTC

[isis] branch master updated: ISIS-2445: use official openJDK images

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 46eb6740c4 ISIS-2445: use official openJDK images
46eb6740c4 is described below

commit 46eb6740c43d1b05496be97796f17d41b63c9e7b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 11 15:24:38 2022 +0200

    ISIS-2445: use official openJDK images
---
 examples/demo/vaadin/pom.xml     | 2 +-
 examples/demo/wicket/jdo/pom.xml | 2 +-
 examples/demo/wicket/jpa/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/demo/vaadin/pom.xml b/examples/demo/vaadin/pom.xml
index 8e624f75f2..19428310fa 100644
--- a/examples/demo/vaadin/pom.xml
+++ b/examples/demo/vaadin/pom.xml
@@ -181,7 +181,7 @@
 						<artifactId>jib-maven-plugin</artifactId>
 						<configuration>
 							<from>
-								<image>openjdk:17-alpine</image>
+								<image>openjdk:18-jdk-slim-bullseye</image>
 							</from>
 							<container>
 								<jvmFlags>
diff --git a/examples/demo/wicket/jdo/pom.xml b/examples/demo/wicket/jdo/pom.xml
index e550651a84..176e57caa8 100644
--- a/examples/demo/wicket/jdo/pom.xml
+++ b/examples/demo/wicket/jdo/pom.xml
@@ -116,7 +116,7 @@
 						<artifactId>jib-maven-plugin</artifactId>
 						<configuration>
 							<from>
-								<image>openjdk:18-alpine</image>
+								<image>openjdk:18-jdk-slim-bullseye</image>
 							</from>
 							<container>
 								<jvmFlags>
diff --git a/examples/demo/wicket/jpa/pom.xml b/examples/demo/wicket/jpa/pom.xml
index f2cbf24f80..b4d65911c4 100644
--- a/examples/demo/wicket/jpa/pom.xml
+++ b/examples/demo/wicket/jpa/pom.xml
@@ -116,7 +116,7 @@
 						<artifactId>jib-maven-plugin</artifactId>
 						<configuration>
 							<from>
-								<image>openjdk:18-alpine</image>
+								<image>openjdk:18-jdk-slim-bullseye</image>
 							</from>
 							<container>
 								<jvmFlags>