mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +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
d0a3ef16f5
commit
5192028b01
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ DISTRO=$5
|
|||
DOCKERFILE=$6
|
||||
|
||||
## Build/Push image to cache endpoint by pipeline ID ##
|
||||
docker build \
|
||||
docker build --provenance=false \
|
||||
-t ${ORG_NAME}/image-cache-private:$(arch)-core-${NAME1}-${NAME2}-${SANITIZED_BRANCH}-${CI_PIPELINE_ID} \
|
||||
--build-arg BASE_IMAGE="${BASE}" \
|
||||
--build-arg DISTRO="${DISTRO}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue