xvrl commented on code in PR #13059: URL: https://github.com/apache/druid/pull/13059#discussion_r967250873
########## distribution/docker/README.md: ########## @@ -19,22 +19,29 @@ ## Build -From the root of the repo, run `docker build -t apache/druid:tag -f distribution/docker/Dockerfile .` +From the root of the repo, run following command: -## Run - -Edit `environment` to suite. Run `docker-compose -f distribution/docker/docker-compose.yml up` +```bash +DOCKER_BUILDKIT=1 docker build -t apache/druid:tag -f distribution/docker/Dockerfile . Review Comment: I was wondering if the need for buildkit would impact our Docker Hub autobuilds, but it looks like it's already enable by default on docker hub https://docs.docker.com/docker-hub/builds/#build-images-with-buildkit (we still need it in the docs of course) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
