You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/09/27 12:42:02 UTC

[phoenix] branch 4.x updated: PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: set JAVA_HOME to Java8)

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

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new b3742be  PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: set JAVA_HOME to Java8)
b3742be is described below

commit b3742bed79959e2260ccddf45b0a246d8aadc85f
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Sep 27 14:41:03 2021 +0200

    PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: set JAVA_HOME to Java8)
---
 dev/docker/Dockerfile.multibranch | 2 +-
 dev/docker/Dockerfile.yetus       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/docker/Dockerfile.multibranch b/dev/docker/Dockerfile.multibranch
index 2a1530a..b319895 100644
--- a/dev/docker/Dockerfile.multibranch
+++ b/dev/docker/Dockerfile.multibranch
@@ -37,4 +37,4 @@ RUN apt-get update \
 #####
 # Set default JDK to 11
 #####
-ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
+ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
diff --git a/dev/docker/Dockerfile.yetus b/dev/docker/Dockerfile.yetus
index 393ab25..e13d367 100644
--- a/dev/docker/Dockerfile.yetus
+++ b/dev/docker/Dockerfile.yetus
@@ -53,4 +53,4 @@ RUN apt-get update \
 #####
 # Set default JDK to 11
 #####
-ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
+ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64