We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957f147 commit 146e647Copy full SHA for 146e647
Makefile
@@ -302,7 +302,7 @@ container-buildah: # util target to build container images using buildah. do not
302
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)
303
304
container-docker: # util target to build container images using docker buildx. do not invoke directly.
305
- docker buildx create --use --platform $(PLATFORM)
+ docker buildx create --use --driver-opt image=mcr.microsoft.com/oss/v2/moby/buildkit:v0.16.0-2 --platform $(PLATFORM)
306
docker buildx build \
307
$(BUILDX_ACTION) \
308
--platform $(PLATFORM) \
0 commit comments