From cf07827fb7d95d732a845c4e3e3aeba8905bc98e Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 17 2024 10:33:54 +0000 Subject: common: Keep fuse-overlayfs for compatibility and rootless podman now defaults to native overlayfs for the storage driver and removed the dependency on fuse-overlayfs in containers-common. We had manually kept it in Fedora 40 as it was released with fuse-overlayfs so we had to keep it for compatibility during the major release lifetime. From discussions, it appears that this driver is still useful in rootless container use cases and has better performance there, thus let's keep it in the Atomic Desktops for now as this is a common use case. See: https://src.fedoraproject.org/rpms/containers-common/c/447945e59a01cb6715ed2a21877d45bf0b91ef67 See: https://github.com/coreos/fedora-coreos-tracker/issues/1749 --- diff --git a/common.yaml b/common.yaml index d60d99e..c28193b 100644 --- a/common.yaml +++ b/common.yaml @@ -61,6 +61,9 @@ packages: # Keep slirp4netns for rootless containers until it's fully deprecated in podman # See: https://github.com/fedora-silverblue/issue-tracker/issues/547 - slirp4netns + # Keep fuse-overlayfs for compatibilty and rootless containers use cases + # See: https://github.com/coreos/fedora-coreos-tracker/issues/1749 + - fuse-overlayfs # See: https://github.com/fedora-silverblue/issue-tracker/issues/503 - systemd-container # Provides terminal tools like clear, reset, tput, and tset