mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
add --provenance=false during etcd multi-arch build
This commit is contained in:
@@ -192,6 +192,7 @@ endif
|
|||||||
# And build the image
|
# And build the image
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--pull \
|
--pull \
|
||||||
|
--provenance=false \
|
||||||
--output=type=$(OUTPUT_TYPE) \
|
--output=type=$(OUTPUT_TYPE) \
|
||||||
--platform "$(OS)/$(ARCH)" \
|
--platform "$(OS)/$(ARCH)" \
|
||||||
-t $(REGISTRY)/etcd:$(IMAGE_TAG)-$(IMAGE_SUFFIX) \
|
-t $(REGISTRY)/etcd:$(IMAGE_TAG)-$(IMAGE_SUFFIX) \
|
||||||
|
|||||||
Reference in New Issue
Block a user