Skip to content

Commit c5b0382

Browse files
committed
CI: use podman as container runtime
With the most recent kernel changes docker fails to setup the container networking. Docker relies on the legacy iptables which is not compiled into the kernel by default anymore. Let's take this opportunity to move to podman. Signed-off-by: Dennis Maisenbacher <[email protected]>
1 parent f1224d0 commit c5b0382

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-nightly-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
#that contains a valid nvme namespace which is capable of the nvm
147147
#command set.
148148
149-
sudo docker run --privileged \
150-
-v "/dev":"/dev":z \
149+
sudo podman run --privileged \
150+
--device="${BDEV0}":"${BDEV0}":rwm \
151151
-e BDEV0 \
152152
-v "${PWD}/test.sh":"/test.sh" \
153153
-v "${PWD}/nvme-cli":"/nvme-cli":z \

0 commit comments

Comments
 (0)