You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/12/14 14:00:02 UTC

[activemq-artemis] branch main updated: ARTEMIS-3420 Update Docker JVM to 11

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

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 08a0d01  ARTEMIS-3420 Update Docker JVM to 11
08a0d01 is described below

commit 08a0d01989c1e625dad7320a4c30e628d380b755
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Dec 14 08:58:07 2021 -0500

    ARTEMIS-3420 Update Docker JVM to 11
---
 artemis-docker/Dockerfile-centos | 2 +-
 artemis-docker/Dockerfile-debian | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/artemis-docker/Dockerfile-centos b/artemis-docker/Dockerfile-centos
index 8426475..b6fe8f0 100644
--- a/artemis-docker/Dockerfile-centos
+++ b/artemis-docker/Dockerfile-centos
@@ -17,7 +17,7 @@
 
 # ActiveMQ Artemis
 
-FROM jboss/base-jdk:8
+FROM jboss/base-jdk:11
 LABEL maintainer="Apache ActiveMQ Team"
 # Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/artemis-docker/Dockerfile-debian b/artemis-docker/Dockerfile-debian
index c28a79b..c7f933e 100644
--- a/artemis-docker/Dockerfile-debian
+++ b/artemis-docker/Dockerfile-debian
@@ -17,7 +17,7 @@
 
 # ActiveMQ Artemis
 
-FROM openjdk:8
+FROM openjdk:11
 LABEL maintainer="Apache ActiveMQ Team"
 # Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]