-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(deploy): temporal fix for the alpine-python segmentation fault #6109
Conversation
de97daf
to
95131d1
Compare
95131d1
to
09d588d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔝
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6109 +/- ##
==========================================
+ Coverage 89.92% 89.95% +0.02%
==========================================
Files 1148 1148
Lines 35629 35629
==========================================
+ Hits 32039 32049 +10
+ Misses 3590 3580 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Context
There is a problem with the current version of Python with Alpine 3.21, according to our tests there is a segmentation fault when building images that depend on this base: docker-library/python#993
Description
We have decided to fix the Alpine versions to 3.20.
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.