FrankChen021 commented on code in PR #13059:
URL: https://github.com/apache/druid/pull/13059#discussion_r967270505


##########
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:
   Our it test images are not based on the distribution docker file, so I don't 
touch this part in this PR. 
   We can enable it and wait to see if the travis works fine well with buildkit 
in a follow up PR.



-- 
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]

Reply via email to