You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Michael Smith (Code Review)" <ge...@cloudera.org> on 2023/05/04 23:40:14 UTC

[Impala-ASF-CR] IMPALA-11253: Produce multiple Java docker images

Michael Smith has uploaded a new patch set (#2) to the change originally created by Joe McDonnell. ( http://gerrit.cloudera.org:8080/19722 )

Change subject: IMPALA-11253: Produce multiple Java docker images
......................................................................

IMPALA-11253: Produce multiple Java docker images

This changes the docker image build code so that both Java 8 and Java 11
images can be built in the same build. Specifically, it introduces new
Make targets for Java 11 docker images in addition to the regular Java 8
targets. The "docker_images" and "docker_debug_images" targets continue
to behave the same way and produce Java 8 images of the same name. The
"docker_java11_images" and "docker_debug_java11_images" produce the
daemon docker images for Java 11.

Change-Id: Ic2b124267c607242bc2fd6c8cd6486293a938f50
---
M docker/CMakeLists.txt
M docker/install_os_packages.sh
M docker/setup_build_context.py
3 files changed, 34 insertions(+), 41 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/19722/2
-- 
To view, visit http://gerrit.cloudera.org:8080/19722
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic2b124267c607242bc2fd6c8cd6486293a938f50
Gerrit-Change-Number: 19722
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Michael Smith <mi...@cloudera.com>