Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker] Use the buildkit when building images
The docker buildkit is an opt in build engine that is faster and offers more advanced image building features. https://docs.docker.com/develop/develop-images/build_enhancements/ This patch sets `DOCKER_BUILDKIT=1` in the `docker-build.sh` file to enable the buildkit. Follow on patches will use some of the new features as well. Change-Id: Ib1bff68d65d0d4039efccabf7e1288163aafee0c Reviewed-on: http://gerrit.cloudera.org:8080/15390 Tested-by: Grant Henke <[email protected]> Reviewed-by: Alexey Serbin <[email protected]>
- Loading branch information