From 0a2e90dece1932a0927ae6ac580cdf81ec720a71 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 23 Apr 2024 19:55:00 +0800 Subject: [PATCH] Disable additional Docker metadata to more compatible with OCI spec. (#1302) --- containers/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/build.sh b/containers/build.sh index ef30e0d150..9f5e1d7844 100755 --- a/containers/build.sh +++ b/containers/build.sh @@ -50,4 +50,5 @@ fi docker buildx build \ $args \ --platform linux/amd64,linux/arm64 \ + --provenance=false \ -f $dir/Dockerfile $DOCKER_BASE_DIR