upgrade base ubuntu 22 + common sdist output file name fix#3592
Open
davidsmejia wants to merge 10 commits into
Open
upgrade base ubuntu 22 + common sdist output file name fix#3592davidsmejia wants to merge 10 commits into
davidsmejia wants to merge 10 commits into
Conversation
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.
Issue Number
#3573
Purpose/Implementation Notes
This pull request updates the base Docker image and build process for the project, modernizing the environment and improving compatibility with newer system libraries and Python/R dependencies. The most significant changes are the upgrade from Ubuntu 18.04 to 22.04, a complete overhaul of the system package installation process, and a new approach to building and installing R 3.4.4 and Bioconductor dependencies. Additionally, there are adjustments to how the shared Python package is copied into various Docker images to handle special characters in filenames.
Base image and build environment modernization:
common/dockerfiles/Dockerfile.basefromubuntu:18.04toubuntu:22.04, and removed the use of MIT mirror for apt sources.apt-fast, updated to newer library versions (e.g.,llvm-14-dev), added required development libraries for R and Python, and adjusted Python and pip installation steps for compatibility with Ubuntu 22.04.BiocInstallerto work around deprecated bootstrap URLs.Python shared package installation:
COPYpattern that replaces dashes with question marks (data?refinery?common-*) when copying the shareddata-refinery-commonPython wheel, ensuring compatibility with shell globbing and special character handling in filenames. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Methods
N/A
Types of changes
Functional tests
Local builds
Checklist
Screenshots
N/A