Switch to api_base_image 1.2.0#955
Merged
yuanzhou merged 7 commits intodev-integratefrom Oct 31, 2025
Merged
Conversation
…turn a url to s3 if the side of the data exceeds 10mb
… 3.13 for uWSGI to use.
yuanzhou
requested changes
Oct 30, 2025
Member
There was a problem hiding this comment.
- Use Nignx stable release instead of mainline. In the past I decided to use mainline to befinit from their active cutting-edge features/fixes. As HuBMAP is in the last year, we should prioritize reliability and long-term reproducibility over frequent updates. So switch from
[nginx-mainline]to[nginx‑stable](it should install 1.28.0 which was released back in April). The stable version gets released normally every April, mainline version is every two months. - Any concerns if we just use
pipinstead of/usr/local/bin/pip3.13for installing dependencies viarequirements.txt? chmod +x start.shis safer,chmod 755is broader
…function and replaced its usage the 8 or so places it occurred
…rge-responses Derek furst/redirect large responses
…into karlburke/MoveToBaseImage1.2.0WithPython3.13
yuanzhou
approved these changes
Oct 31, 2025
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.
Initial release using version 1.2.0 of the api_base_image, which switches to UBI10, version 10.0, has Python 3.12 as its system Python (with less security vulnerabilities than UBI9), and has Python 3.13 dual-installed for use by uWSGI.