Skip to content

Commit ff31f80

Browse files
jpayne3506sivakami
authored andcommitted
ci: hardcode docker container build image (#3102)
1 parent d3b3c90 commit ff31f80

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
@@ -300,7 +300,7 @@ container-buildah: # util target to build container images using buildah. do not
300300
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)
301301

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

0 commit comments

Comments
 (0)