Skip to content

Commit 2c53de9

Browse files
authored
Merge pull request kubernetes#121665 from pacoxu/sync-etcd-build
etcd: add --provenance=false during etcd multi-arch build
2 parents 375e9ee + ceaacc8 commit 2c53de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/images/etcd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ endif
192192
# And build the image
193193
docker buildx build \
194194
--pull \
195+
--provenance=false \
195196
--output=type=$(OUTPUT_TYPE) \
196197
--platform "$(OS)/$(ARCH)" \
197198
-t $(REGISTRY)/etcd:$(IMAGE_TAG)-$(IMAGE_SUFFIX) \

0 commit comments

Comments
 (0)