work with no keep-id

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2021-10-06 10:57:26 +03:00
parent 8adeef05bc
commit 0a31377fcd
2 changed files with 10 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ image=${PODMAN_IMAGE:-localhost/spark:autobuilder}
podman_cmd=(
podman run --rm -it -u root
--userns=keep-id
-v "$PWD:/buildroot"
--workdir /buildroot
--name "autobuilder.$$"