Update Docker configuration to latest Ubuntu LTS and dependencies#1204
Open
shivnshshrma wants to merge 2 commits intoSandia-OpenSHMEM:mainfrom
Open
Update Docker configuration to latest Ubuntu LTS and dependencies#1204shivnshshrma wants to merge 2 commits intoSandia-OpenSHMEM:mainfrom
shivnshshrma wants to merge 2 commits intoSandia-OpenSHMEM:mainfrom
Conversation
…ix typos in README Signed-off-by: shivnshshrma <shivnshshrma@gmail.com>
Collaborator
|
Thanks @shivnshshrma. Linking with issue #1186. Will review shortly. |
markbrown314
requested changes
Apr 14, 2025
Author
|
Updated docker configuration with all the necessary changes
|
davidozog
reviewed
Apr 15, 2025
markbrown314
added a commit
to markbrown314/SOS
that referenced
this pull request
Jun 17, 2025
Workaround for Sandia-OpenSHMEM#1204 Signed-off-by: Mark F. Brown <mark.f.brown@intel.com>
Collaborator
|
@shivnshshrma are you still interested in completing this pull request? |
Author
|
@markbrown314 yes definitely |
Collaborator
|
@shivnshshrma thanks. Looks like you did the Ubuntu 24.04 change. You need to comment out Portals support, because it is not building properly on Ubuntu 24.04. And you should squash it into one change using git rebase -i I am checking the docker build and might request a few more changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Summary
This pull request updates the Docker configuration to use Ubuntu 25.04 LTS as the base image and upgrades all dependencies to their latest stable versions. Additionally, minor typos in the
README.mdfile have been corrected for improved clarity.Why the Change?
The previous base image, Ubuntu 20.04 LTS, is nearing its end-of-life in April 2025. Upgrading to Ubuntu 25.04 LTS ensures:
Key Changes
Dockerfile:
ubuntu:20.04toubuntu:25.04.README.md:
Testing
Impact
This update ensures that the project remains secure, up-to-date, and maintainable by aligning with the latest LTS release of Ubuntu.
Next Steps