-
Notifications
You must be signed in to change notification settings - Fork 161
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
Unable to Build Sysbox from Source on Ubuntu Noble #852
Comments
Hi @bushev, Yes it's missing the But adding one for ubuntu-noble is trivial, simply copy the one for ubuntu-jammy and change the I don't have a machine with Ubuntu Noble, so can't test it. Try the above and if it works, please create a PR and we will accept the new Dockerfile. Thanks! |
Hi Cesar, I’ve just tried to build the project, but unfortunately, it seems that libcontainer support for Ubuntu 24.04 isn’t available in the stable version yet, so I wasn’t able to complete the build. I’m curious how this issue was handled when building the Sysbox release for Ubuntu 24.04. Do you happen to have an internal Dockerfile or any additional information on how this was resolved? |
Hi @bushev, What specific error are you seeing after creating the |
Thanks @bushev. What entity is emitting the The more info I can get the better. Thanks. |
Running I'm encountering the error shown below, and I have a feeling that I need to update the
|
Hi @bushev,
Seems like it's missing a library dependency. I believe those symbols should be defined in Sorry I can't help more but I don't have a Ubuntu-Noble host to play with. |
Description
Attempting to build Sysbox from the source results in an error due to a missing Dockerfile.
Steps to Reproduce
cd sysbox
Actual Result
The build process fails with the following error:
Expected Result
The build should succeed without errors.
Additional Information
The error indicates that
Dockerfile.ubuntu-noble
is missing from the repository, preventing the build process from completing.The text was updated successfully, but these errors were encountered: