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
Some checks failed
Build-and-publish podman-in-docker / build-and-push (push) Failing after 55s
This commit is contained in:
@@ -17,6 +17,7 @@ RUN set -e; \
|
||||
fi; \
|
||||
dnf install -y podman-docker; \
|
||||
touch /etc/containers/nodocker; \
|
||||
rm -f /etc/containers/storage.conf; \
|
||||
dnf clean all; \
|
||||
rm -rf /var/cache/yum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user