mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
install: Add a tmpfs for /var/lib/containers
Recent podman versions got stricter about not doing overlay-on-overlay by default. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -85,6 +85,7 @@ jobs:
|
||||
df -h /
|
||||
# The ostree-container tests
|
||||
sudo podman run --privileged --pid=host -v /:/run/host -v $(pwd):/src:ro -v /var/tmp:/var/tmp \
|
||||
--tmpfs /var/lib/containers \
|
||||
-v /run/dbus:/run/dbus -v /run/systemd:/run/systemd localhost/bootc /src/crates/ostree-ext/ci/priv-integration.sh
|
||||
# Nondestructive but privileged tests
|
||||
sudo bootc-integration-tests host-privileged localhost/bootc-integration-install
|
||||
|
||||
Reference in New Issue
Block a user