Skip to content

Commit

Permalink
ci: hardcode docker container build image (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Nov 7, 2024
1 parent 7081b69 commit c97183f
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 @@ -272,7 +272,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 c97183f

Please sign in to comment.