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 85d270f  DRILL-8001: Replace JRE docker images with JDK counterparts
85d270f is described below

commit 85d270f319b58b9f6579a9bad73caa90100282ec
Author: dzamo <[email protected]>
AuthorDate: Mon Sep 20 11:21:52 2021 +0200

    DRILL-8001: Replace JRE docker images with JDK counterparts
---
 hooks/build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hooks/build b/hooks/build
index 2e4c99c..7f591b2 100755
--- a/hooks/build
+++ b/hooks/build
@@ -18,14 +18,14 @@
 
 docker build \
        --build-arg BUILD_BASE_IMAGE=maven:3.8.2-openjdk-8 \
-       --build-arg BASE_IMAGE=openjdk:8-jre \
+       --build-arg BASE_IMAGE=openjdk:8 \
        -t apache/drill:$DOCKER_TAG-openjdk-8 \
        -t apache/drill:$DOCKER_TAG \
        .
 
 docker build \
        --build-arg BUILD_BASE_IMAGE=maven:3.8.2-openjdk-11 \
-       --build-arg BASE_IMAGE=openjdk:11-jre \
+       --build-arg BASE_IMAGE=openjdk:11 \
        -t apache/drill:$DOCKER_TAG-openjdk-11 \
        .
 

Reply via email to