-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: use debian base images instead of alpine #285
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 97.55% 97.55%
=======================================
Files 425 425
Lines 33597 33597
=======================================
Hits 32776 32776
Misses 821 821
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 394 394
Lines 32897 32897
=======================================
Hits 32089 32089
Misses 808 808
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 394 394
Lines 32897 32897
=======================================
Hits 32089 32089
Misses 808 808
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 394 394
Lines 32897 32897
=======================================
Hits 32089 32089
Misses 808 808
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I'm copying the changes because that PR is far behind `main`. We will probably wait for the base image change to happen before merging this update work though
57fb9f6
to
a33403f
Compare
afb79fc
to
c393808
Compare
c393808
to
f077576
Compare
I'm copying the changes because that PR is far behind `main`. We will probably wait for the base image change to happen before merging this update work though
I'm copying the changes because that PR is far behind `main`. We will probably wait for the base image change to happen before merging this update work though
* copy changes from #285 I'm copying the changes because that PR is far behind `main`. We will probably wait for the base image change to happen before merging this update work though * upgrade packages until project builds and tests run * fix tests * disable mutation testing * fix: Fix pytest-cov performance Solution from nedbat/coveragepy#1665 (comment) Thanks @trent-codecov for the suggestion.
fixes codecov/engineering-team#1242
with an alpine/musl image we have to build more packages from source. grpcio takes an eternity to build for example
also apparently alpine/musl images have DNS resolution problems
this uses an official "slim" python image based on debian stable. from a quick glance at uncompressed image sizes on my local machine, this is actually 300mb smaller:
i have not rigorously tested this but it seems okay
Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.