You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/01/21 17:26:57 UTC

[syncope] branch master updated: [SYNCOPE-1427] Using JDK 11 on Docker too

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6bf0d92  [SYNCOPE-1427] Using JDK 11 on Docker too
6bf0d92 is described below

commit 6bf0d92b0c14eb21b76c5ec6cbe26ad5964fd734
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 21 18:26:49 2019 +0100

    [SYNCOPE-1427] Using JDK 11 on Docker too
---
 docker/console/src/main/resources/Dockerfile | 2 +-
 docker/core/src/main/resources/Dockerfile    | 2 +-
 docker/enduser/src/main/resources/Dockerfile | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/console/src/main/resources/Dockerfile b/docker/console/src/main/resources/Dockerfile
index 990959d..8706991 100644
--- a/docker/console/src/main/resources/Dockerfile
+++ b/docker/console/src/main/resources/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM adoptopenjdk/openjdk8-openj9:alpine-slim
+FROM adoptopenjdk/openjdk11-openj9:alpine-slim
 MAINTAINER dev@syncope.apache.org
 
 RUN set -x
diff --git a/docker/core/src/main/resources/Dockerfile b/docker/core/src/main/resources/Dockerfile
index 193ec28..d991a27 100644
--- a/docker/core/src/main/resources/Dockerfile
+++ b/docker/core/src/main/resources/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM adoptopenjdk/openjdk8-openj9:alpine-slim
+FROM adoptopenjdk/openjdk11-openj9:alpine-slim
 MAINTAINER dev@syncope.apache.org
 
 RUN set -x
diff --git a/docker/enduser/src/main/resources/Dockerfile b/docker/enduser/src/main/resources/Dockerfile
index 59a8291..3cbd013 100644
--- a/docker/enduser/src/main/resources/Dockerfile
+++ b/docker/enduser/src/main/resources/Dockerfile
@@ -15,8 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# Cannot FROM adoptopenjdk/openjdk8-openj9:alpine-slim because it's headless, and fonts are required for captcha
-FROM openjdk:8
+# Cannot FROM adoptopenjdk/openjdk11-openj9:alpine-slim because it's headless, and fonts are required for captcha
+FROM openjdk:11
 MAINTAINER dev@syncope.apache.org
 
 RUN set -x