You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/09/16 13:27:26 UTC

[GitHub] [drill] dzamo edited a comment on pull request #2317: DRILL-7999 Base Docker image on maven:3.8.2-jdk-11 and openjdk-11

dzamo edited a comment on pull request #2317:
URL: https://github.com/apache/drill/pull/2317#issuecomment-920894974


   @vvysotskyi I'm just stuck with the DockerHub builds.  In my personal account the Builds tab shows
   
   > Available on Pro and Team plans.
   
   If there is a way to share the Drill account login for DockerHub I am happy to go and experiement there.  I did convert the `BASE_IMAGE` variable to a build arg in my recent changes so we need build invocations like:
   ```
   docker build --build-arg BASE_IMAGE=openjdk:8-jre  -t apache/drill:openjdk8...
   docker build --build-arg BASE_IMAGE=openjdk:11-jre -t apache/drill:openjdk11 ...
   docker build --build-arg BASE_IMAGE=openjdk:latest  -t apache/drill:openjdk-latest ...
   ```
   where we need to make some decisions about the tags we apply and what becomes of `apache/drill:latest`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org