Remove pre-configured storage.conf as it forces fuse over native overlayfs
Some checks failed
Build-and-publish podman-in-docker / build-and-push (push) Failing after 55s

This commit is contained in:
2026-02-07 22:41:51 +03:00
parent bc57c3496c
commit 04ddf0127e

View File

@@ -17,6 +17,7 @@ RUN set -e; \
fi; \ fi; \
dnf install -y podman-docker; \ dnf install -y podman-docker; \
touch /etc/containers/nodocker; \ touch /etc/containers/nodocker; \
rm -f /etc/containers/storage.conf; \
dnf clean all; \ dnf clean all; \
rm -rf /var/cache/yum; rm -rf /var/cache/yum;