You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/05/24 15:48:41 UTC

[drill] branch 1.20 updated: DRILL-8223: Change JDK 17 Docker base image from Oracle Linux to Debian. (#2559)

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

dzamo pushed a commit to branch 1.20
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/1.20 by this push:
     new 33bb4b4147 DRILL-8223: Change JDK 17 Docker base image from Oracle Linux to Debian. (#2559)
33bb4b4147 is described below

commit 33bb4b41476cf595aaa6557709207e7a53bc144e
Author: James Turton <91...@users.noreply.github.com>
AuthorDate: Tue May 24 13:14:02 2022 +0200

    DRILL-8223: Change JDK 17 Docker base image from Oracle Linux to Debian. (#2559)
---
 hooks/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hooks/build b/hooks/build
index f7b1baba73..c7405607d7 100644
--- a/hooks/build
+++ b/hooks/build
@@ -32,6 +32,6 @@ docker build \
 
 docker build \
 	--build-arg BUILD_BASE_IMAGE=maven:3-openjdk-17 \
-	--build-arg BASE_IMAGE=openjdk:17 \
+	--build-arg BASE_IMAGE=openjdk:17-slim-bullseye \
 	-t apache/drill:$DOCKER_TAG-openjdk-17 \
 	.