xvrl commented on code in PR #13059: URL: https://github.com/apache/druid/pull/13059#discussion_r967251438
########## 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: do we need to enable buildkit when we build our integration test images? -- 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]
