From 40bd2850c4e8fe8e1be1cb72560e83f1840433e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 9 Apr 2024 18:51:55 +0200 Subject: [PATCH] fedora-common-ostree: Add slirp4netns Keep slirp4netns for rootless containers until it's fully deprecated in podman. See: https://github.com/fedora-silverblue/issue-tracker/issues/547 See: https://blog.podman.io/2024/03/podman-5-0-breaking-changes-in-detail/ --- fedora-common-ostree.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 9c0d3ef..4983ad5 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -31,6 +31,9 @@ packages: - buildah - podman - skopeo + # Keep slirp4netns for rootless containers until it's fully deprecated in podman + # See: https://github.com/fedora-silverblue/issue-tracker/issues/547 + - slirp4netns # See: https://github.com/fedora-silverblue/issue-tracker/issues/503 - systemd-container # Provides terminal tools like clear, reset, tput, and tset