#526 common: Keep fuse-overlayfs for compatibility
Merged 10 months ago by siosm. Opened 10 months ago by siosm.
siosm/workstation-ostree-config f40-keep-fuse-overlayfs  into  f40

@@ -34,6 +34,9 @@ 

    # 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 in Fedora 40

+   # See: https://src.fedoraproject.org/rpms/containers-common/c/447945e59a01cb6715ed2a21877d45bf0b91ef67

+   - fuse-overlayfs

    # See: https://github.com/fedora-silverblue/issue-tracker/issues/503

    - systemd-container

    # Provides terminal tools like clear, reset, tput, and tset

Fedora 40 was release with fuse-overlayfs so let's keep it for compatibility during the major release lifetime.

See: https://src.fedoraproject.org/rpms/containers-common/c/447945e59a01cb6715ed2a21877d45bf0b91ef67

Pull-Request has been merged by siosm

10 months ago

Thanks for taking care of this, @siosm ! I made an attempt to upstream this:
https://github.com/containers/common/pull/2203

... because I keep coming across reports of this in the wild. I suppose the hairy part is to actually detect the situation in Toolbx and offer users a migration path.

Metadata