It seems podman5 has changed the rootless container network stack to passt so add this into our compose alongside the exisitng slirp4netns while we find out how the migration works so we can document it.
Signed-off-by: Peter Robinson pbrobinson@gmail.com
LGTM!
Pull-Request has been merged by pwhalen
We might not need this...
The proper dependencies should exist for podman v5.
The upstream issue where this originated from is talking about F39 and podman v5 won't be available in F39.
See this install on a F41 container - https://paste.centos.org/view/bebac262
Upstream issue for paper trail purposes - https://github.com/fedora-iot/iot-distro/issues/36
I have always explicitly added things like this as if they drop stuff things break and it'd not be the first time we've had users burned.
Not at least with podman-5.0.0~rc2-1.fc40 for my IoT install
It seems for at least podman-5.0.0~rc7-1.fc40 there is a podman -> containers-common-extra -> passt dependency chain, looking at the changelog this was added with 5.0.0~rc6-2 but rc2 is what's currently in beta/stable
It seems podman5 has changed the rootless container network
stack to passt so add this into our compose alongside the
exisitng slirp4netns while we find out how the migration
works so we can document it.
Signed-off-by: Peter Robinson pbrobinson@gmail.com