Test containers
Some checks failed
Build base containers / fedora-build (push) Failing after 12s

This commit is contained in:
maurice
2025-10-27 10:02:45 +01:00
parent fa43f17359
commit 6086df0a7a
5 changed files with 52 additions and 4 deletions

View File

@@ -18,11 +18,13 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
--security-opt label=disable \
--userns=keep-id \
--name $name \
--network host \
-e HOST_HOME=$HOME \
-e SSH_AUTH_SOCK='/tmp/ssh.sock' \
-v /run/user/$UID/bus:/tmp/dbus.sock \
-v /run/user/$UID/keyring/ssh:/tmp/ssh.sock \
-v $HOME/Dev:/home/user/dev \
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
-v $HOME/dev:/home/user/dev \
-v v-$name:/home/user:copy \
--rm -td $name
fi