We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95c980 commit 7219564Copy full SHA for 7219564
Makefile
@@ -24,7 +24,7 @@ build:
24
--build-arg "HTTP_PROXY=$$HTTP_PROXY" \
25
--build-arg "HTTPS_PROXY=$$HTTPS_PROXY" \
26
-t "$(IMAGE_NAME):$(IMAGE_TAG)" .
27
- @test ! -z "$$HTTP_PROXY" -o ! -z "$$HTTPS_PROXY" || docker build \
+ @test ! -z "$$HTTP_PROXY" -o ! -z "$$HTTPS_PROXY" || docker buildx build \
28
--progress=plain \
29
--compress \
30
--output type=image,oci-mediatypes=true,compression=estargz,force-compression=true,push=false \
0 commit comments