From b34673e1180677d74246f7b75d3ebfcebbd660d6 Mon Sep 17 00:00:00 2001 From: jpayne3506 Date: Mon, 4 Nov 2024 11:37:38 -0800 Subject: [PATCH] ci: hardcode docker container build image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dd00e0807..a3abe5b2ef 100644 --- a/Makefile +++ b/Makefile @@ -300,7 +300,7 @@ container-buildah: # util target to build container images using buildah. do not buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG) container-docker: # util target to build container images using docker buildx. do not invoke directly. - 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) docker buildx build \ $(BUILDX_ACTION) \ --build-arg ARCH=$(ARCH) \