diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 315c1fd68e1..cb447f5b292 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -192,6 +192,7 @@ endif # And build the image docker buildx build \ --pull \ + --provenance=false \ --output=type=$(OUTPUT_TYPE) \ --platform "$(OS)/$(ARCH)" \ -t $(REGISTRY)/etcd:$(IMAGE_TAG)-$(IMAGE_SUFFIX) \