This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 7999-docker-jdk in repository https://gitbox.apache.org/repos/asf/drill.git
commit 0d1c3fc1f6846d793d33c017c782f64b70ac5f72 Author: James Turton <[email protected]> AuthorDate: Thu Sep 16 19:24:20 2021 +0200 Add openjdk-8 tag to drill:latest, separate version numbers with hyphen, newest = 14. --- hooks/build | 6 +++--- hooks/push | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hooks/build b/hooks/build index 6e08a9d..8e32bc4 100755 --- a/hooks/build +++ b/hooks/build @@ -1,4 +1,4 @@ -docker build --build-arg BASE_IMAGE=openjdk:8-jre -t apache/drill:latest . -docker build --build-arg BASE_IMAGE=openjdk:11-jre -t apache/drill:openjdk11 . -docker build --build-arg BASE_IMAGE=openjdk:17 -t apache/drill:openjdk17 . +docker build --build-arg BASE_IMAGE=openjdk:8-jre -t apache/drill:openjdk-8 -t apache/drill:latest . +docker build --build-arg BASE_IMAGE=openjdk:11-jre -t apache/drill:openjdk-11 . +docker build --build-arg BASE_IMAGE=openjdk:14 -t apache/drill:openjdk-14 . diff --git a/hooks/push b/hooks/push index 31b32e3..87606cc 100755 --- a/hooks/push +++ b/hooks/push @@ -1,4 +1,4 @@ -docker push apache/drill:latest -docker push apache/drill:openjdk11 -docker push apache/drill:openjdk17 +docker push apache/drill:openjdk-8 +docker push apache/drill:openjdk-11 +docker push apache/drill:openjdk-14
