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


##########
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:
   we do for our k8s integration tests, where we use the default 
image.https://github.com/apache/druid/blob/master/integration-tests/script/setup_druid_on_k8s.sh#L35-L36



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