File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ all-local: build-local check-local clean
3636# builder builds the libnetworkbuild container. All wrapper targets
3737# must depend on this to ensure that the container exists.
3838builder :
39- docker build -t ${build_image} --build-arg=GO_VERSION ${dockerbuildargs}
39+ DOCKER_BUILDKIT=1 docker build --progress=plain -t ${build_image} --build-arg=GO_VERSION ${dockerbuildargs}
4040
4141build : builder
4242 @echo " 🐳 $@ "
@@ -53,10 +53,10 @@ build-local:
5353build-images :
5454 @echo " 🐳 $@ "
5555 cp cmd/diagnostic/daemon.json ./bin
56- docker build -f cmd/diagnostic/Dockerfile.client -t dockereng/network-diagnostic:onlyclient bin/
57- docker build -f cmd/diagnostic/Dockerfile.dind -t dockereng/network-diagnostic:17.12-dind bin/
58- docker build -f cmd/networkdb-test/Dockerfile -t dockereng/e2e-networkdb:master bin/
59- docker build -t dockereng/network-diagnostic:support.sh support/
56+ DOCKER_BUILDKIT=1 docker build --progress=plain -f cmd/diagnostic/Dockerfile.client -t dockereng/network-diagnostic:onlyclient bin/
57+ DOCKER_BUILDKIT=1 docker build --progress=plain -f cmd/diagnostic/Dockerfile.dind -t dockereng/network-diagnostic:17.12-dind bin/
58+ DOCKER_BUILDKIT=1 docker build --progress=plain -f cmd/networkdb-test/Dockerfile -t dockereng/e2e-networkdb:master bin/
59+ DOCKER_BUILDKIT=1 docker build --progress=plain -t dockereng/network-diagnostic:support.sh support/
6060
6161push-images : build-images
6262 @echo " 🐳 $@ "
You can’t perform that action at this time.
0 commit comments