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 jiahuif committed Jan 23, 2024
1 parent acd23d9 commit fde899a
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 fde899a

Please sign in to comment.