Merge pull request #121665 from pacoxu/sync-etcd-build

etcd: add --provenance=false during etcd multi-arch build
This commit is contained in:
Kubernetes Prow Robot 2023-11-01 14:14:23 +01:00 committed by GitHub
commit 2c53de96e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) \