Skip to content

Commit 146e647

Browse files
[backport] ci: hardcode docker container build image (#3111)
ci: hardcode docker container build image (#3102) Signed-off-by: Hunter Gregory <[email protected]> Co-authored-by: John Payne <[email protected]>
1 parent 957f147 commit 146e647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ container-buildah: # util target to build container images using buildah. do not
302302
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)
303303

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

0 commit comments

Comments
 (0)