feat: remove access to host podman socket

This commit is contained in:
Pallav Vasa 2025-05-17 09:35:48 +00:00
parent ff72c95012
commit 21eee8c3ec

View File

@ -124,7 +124,6 @@ start_container_if_needed() {
--user "$DEV_USER" \
--hostname "$WORKSPACE" \
--label auto-cleanup=true \
-v "${XDG_RUNTIME_DIR}/podman/podman.sock:/run/podman/podman.sock:Z" \
-v "/home/infilytics/data/$WORKSPACE:/app:Z" \
-v "/home/infilytics/secrets/$WORKSPACE/gitconfig:/home/$DEV_USER/.gitconfig:ro,Z" \
-v "/home/infilytics/secrets/$WORKSPACE/id_ed25519:/home/$DEV_USER/.ssh/id_ed25519:ro,Z" \