Skip to content
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

Add support for Ubuntu 24.10 #954

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Add support for Ubuntu 24.10 #954

merged 3 commits into from
Oct 15, 2024

Conversation

apyrgio
Copy link
Contributor

@apyrgio apyrgio commented Oct 15, 2024

Ubuntu 24.10 has recently been released, so we need to add support for it. In this PR, we include Ubuntu 24.10 in our CI pipelines, and fix some minor issues pertaining to our dev environments.

…ment

Try installing `passt`, which is responsible for user networking in
later Podman releases. If not installed, building the container image
within an Ubuntu 24.10 environment fails with:

    setup network: could not find pasta, the network namespace can't be
    configured: exec: "pasta": executable file not found in $PATH

Note that this package is not available in older Ubuntu versions. In
these cases, we should swallow installation failures and continue.
@almet
Copy link
Member

almet commented Oct 15, 2024

I believe I removed tests/test_docs/sample-docm.docm by mistake in the branch you based your work on, but it should still be here.

Build currently failing because of:

Error: creating runtime static files directory "/home/user/.local/share/containers/storage/libpod": mkdir /home/user/.local/share/containers/storage: permission denied

@apyrgio
Copy link
Contributor Author

apyrgio commented Oct 15, 2024

Whoops, you're right. Actually, it was me who erroneously removed that file 😅 . Also, I fixed the reason for the CI failure. I forgot to also delete the stock ubuntu user from the end-user environment as well.

Copy link
Member

@almet almet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, it seems to work well :-)

apyrgio and others added 2 commits October 15, 2024 19:41
It seems that the container image for Ubuntu 24.10 also ships with a
default Ubuntu user with UID 1000, so we need to remove it when creating
our dev environment.
@apyrgio apyrgio merged commit 49c3c2c into main Oct 15, 2024
24 of 26 checks passed
@apyrgio apyrgio deleted the ubuntu-24.10 branch October 15, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants