Skip to content

Commit

Permalink
add --provenance=false during etcd multi-arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored and richabanker committed Jan 8, 2024
1 parent 788fa27 commit e7410d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/images/etcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit e7410d8

Please sign in to comment.