Explorar el Código

Disable additional Docker metadata to more compatible with OCI spec. (#1302)

Leo hace 1 año
padre
commit
0a2e90dece
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      containers/build.sh

+ 1 - 0
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