You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/11/25 21:43:47 UTC

[GitHub] [pinot] dongxiaoman edited a comment on pull request #7832: make openjdk image name configurable

dongxiaoman edited a comment on pull request #7832:
URL: https://github.com/apache/pinot/pull/7832#issuecomment-979479631


   Thanks for the fast fix for https://github.com/apache/pinot/issues/7829 ! It is verified from my M1 Pro that the quick start can run with http://localhost:9000 showing sample table.
   
   Below are the build command, and the command to start
   **Build:**
   ```
   cd docker/images/pinot
   
   docker build -t pinot:latest --platform linux/arm64 --no-cache --network=host --build-arg PINOT_GIT_URL=https://github.com/apache/pinot.git --build-arg PINOT_BRANCH=master --build-arg JDK_VERSION=11 --build-arg OPENJDK_IMAGE=arm64v8/openjdk -f Dockerfile .
   ```
   
   **Start locally** (Because of build, has to use the local image built, named **docker.io/library/pinot:latest** )
   ```
   docker run \
       --network=pinot-demo \
       --name pinot-quickstart \
       -p 9000:9000 \
       -d docker.io/library/pinot:latest QuickStart \
       -type batch
   ```
   


-- 
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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org