KASM-8210 add --provenance=false to docker build to fix manifest list error with Docker 29.x

This commit is contained in:
Ian Tangney 2026-05-14 21:48:58 +00:00
parent 12ff1b9d57
commit e9b53cc630
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ if [[ ${USE_PRIVATE_IMAGES} -eq 1 ]]; then
fi
## Build/Push image to cache endpoint by pipeline ID ##
docker build \
docker build --provenance=false \
-t ${ORG_NAME}/image-cache-private:$(arch)-${NAME}-${SANITIZED_BRANCH}-${CI_PIPELINE_ID} \
--build-arg BASE_IMAGE="${BASE}" \
--build-arg BASE_TAG="${BASE_TAG}" \