mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-07-17 16:46:08 +00:00
KASM-8210 add --provenance=false to docker build to fix manifest list error with Docker 29.x
This commit is contained in:
parent
12ff1b9d57
commit
e9b53cc630
1 changed files with 1 additions and 1 deletions
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue