File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
302302container-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 ) \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ require (
6363 github.com/coreos/go-iptables v0.8.0
6464 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6565 github.com/evanphx/json-patch v5.6.0+incompatible // indirect
66- github.com/fsnotify/fsnotify v1.7 .0
66+ github.com/fsnotify/fsnotify v1.8 .0
6767 github.com/go-logr/logr v1.4.2 // indirect
6868 github.com/go-openapi/jsonpointer v0.20.0 // indirect
6969 github.com/go-openapi/jsonreference v0.20.2 // indirect
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
9191github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
9292github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
9393github.com/fsnotify/fsnotify v1.6.0 /go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw =
94- github.com/fsnotify/fsnotify v1.7 .0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA =
95- github.com/fsnotify/fsnotify v1.7 .0 /go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM =
94+ github.com/fsnotify/fsnotify v1.8 .0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M =
95+ github.com/fsnotify/fsnotify v1.8 .0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
9696github.com/go-logr/logr v0.1.0 /go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas =
9797github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
9898github.com/go-logr/logr v1.4.2 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
You can’t perform that action at this time.
0 commit comments