Skip to content

Commit c97183f

Browse files
committed
ci: hardcode docker container build image (#3102)
1 parent 7081b69 commit c97183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ container-buildah: # util target to build container images using buildah. do not
272272
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)
273273

274274
container-docker: # util target to build container images using docker buildx. do not invoke directly.
275-
docker buildx create --use --platform $(PLATFORM)
275+
docker buildx create --use --driver-opt image=mcr.microsoft.com/oss/v2/moby/buildkit:v0.16.0-2 --platform $(PLATFORM)
276276
docker buildx build \
277277
$(BUILDX_ACTION) \
278278
--platform $(PLATFORM) \

0 commit comments

Comments
 (0)