Skip to content

Commit 40ad139

Browse files
jpayne3506huntergregory
authored andcommitted
ci: hardcode docker container build image (#3102)
Signed-off-by: Hunter Gregory <[email protected]>
1 parent 957f147 commit 40ad139

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
@@ -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)