mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 21:36:18 +02:00
Add --force to kaniko to override cgroup-v2 container detection
Revert after [0] is fixed [0] https://github.com/GoogleContainerTools/kaniko/issues/1592
This commit is contained in:
parent
293bcb10aa
commit
96bb688fb7
@ -96,6 +96,7 @@ rootfs:secure:
|
||||
entrypoint: [""]
|
||||
script:
|
||||
- /kaniko/executor
|
||||
--force
|
||||
--whitelist-var-run="false"
|
||||
--context $CI_PROJECT_DIR/output
|
||||
--dockerfile $CI_PROJECT_DIR/output/Dockerfile.$GROUP
|
||||
@ -148,6 +149,7 @@ image:publish:secure:
|
||||
LATEST="--destination archlinux/archlinux:latest";
|
||||
fi
|
||||
- /kaniko/executor
|
||||
--force
|
||||
--whitelist-var-run="false"
|
||||
--context $CI_PROJECT_DIR
|
||||
--dockerfile $CI_PROJECT_DIR/Dockerfile.$GROUP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user