ci: add back some buildah options
This commit is contained in:
parent
fddfcd890f
commit
ef68d061dd
1 changed files with 5 additions and 0 deletions
|
@ -194,7 +194,12 @@ build:container:
|
||||||
script:
|
script:
|
||||||
- |-
|
- |-
|
||||||
buildah build \
|
buildah build \
|
||||||
|
--isolation chroot \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
|
--device=/dev/fuse:rw \
|
||||||
|
--security-opt seccomp=unconfined \
|
||||||
|
--security-opt apparmor=unconfined \
|
||||||
|
--cap-add all \
|
||||||
--layers \
|
--layers \
|
||||||
--cache-to "${IMAGE_CACHE}" \
|
--cache-to "${IMAGE_CACHE}" \
|
||||||
--cache-from "${IMAGE_CACHE}" \
|
--cache-from "${IMAGE_CACHE}" \
|
||||||
|
|
Loading…
Reference in a new issue