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.
2 parents ebca9d4 + 7b188cc commit 1ee2e15Copy full SHA for 1ee2e15
Makefile
@@ -300,7 +300,7 @@ container-buildah: # util target to build container images using buildah. do not
300
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)
301
302
container-docker: # util target to build container images using docker buildx. do not invoke directly.
303
- 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)
304
docker buildx build \
305
$(BUILDX_ACTION) \
306
--build-arg ARCH=$(ARCH) \
0 commit comments