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

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


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

commit 935967ee267d6396e237d75cbca439ead502bbb7
Author: James Turton <[email protected]>
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 \
        .

Reply via email to