Skip to content

Commit

Permalink
[backport] ci: hardcode docker container build image (#3111)
Browse files Browse the repository at this point in the history
ci: hardcode docker container build image (#3102)

Signed-off-by: Hunter Gregory <[email protected]>
Co-authored-by: John Payne <[email protected]>
  • Loading branch information
huntergregory and jpayne3506 authored Nov 7, 2024
1 parent 957f147 commit 146e647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,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) \
--platform $(PLATFORM) \
Expand Down

0 comments on commit 146e647

Please sign in to comment.