-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade fedora version to 41 #13
base: main
Are you sure you want to change the base?
Conversation
I think we should update this right away. There is no point in keeping this behind, the coreos stream is already on f41 for a while. |
Right. I am going to do a minimum of tests to ensure that nothing breaks so that we can update it. |
We switched to nftables default in f41, given WSL uses its own custom kernel with (partly) broken networking you may want to test that. Running a rootful container should be enough to verify netavark is working. Also once that is done there is containers/podman#25153 |
Rootful mode has indeed a problem:
|
can you run the command from within the machine? I think nft prints some error to stderr which would not get forwarded to the remote side. Also can you check that the nftables module is loaded in the kernel (lsmod | grep nf_tables)? If nftables doesn't work we must ship a containers.conf file to set it back to iptables. |
Looks like WSL has issues microsoft/WSL#6044 |
The |
9bb135c
to
aefc2f1
Compare
Use docker.io/library/fedora:41 as WSL image base Signed-off-by: Mario Loriedo <[email protected]>
Tested that the fedora 41 based image doesn't break c/podman e2e tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update the tag of the image docker.io/library/fedora that is used as the base for the WSL image.
I am opening this as a draft to get some initial feedback on the update from Fedora 40 to 41, but I will have to locally build and test it before considering merging it. Fedora 40 EOL is 2025-05-28.