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 7081b69 commit c97183fCopy full SHA for c97183f
Makefile
@@ -272,7 +272,7 @@ container-buildah: # util target to build container images using buildah. do not
272
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)
273
274
container-docker: # util target to build container images using docker buildx. do not invoke directly.
275
- 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)
276
docker buildx build \
277
$(BUILDX_ACTION) \
278
--platform $(PLATFORM) \
0 commit comments