updated ubuntu version in dockerfile#297
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
==========================================
- Coverage 79.19% 79.19% -0.01%
==========================================
Files 51 51
Lines 5542 5561 +19
Branches 577 583 +6
==========================================
+ Hits 4389 4404 +15
- Misses 1153 1157 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3d4ea7e to
a4b1f4f
Compare
Prevent the test suite from reaching out to the Ubuntu debuginfod server when tests are run in the devcontainer, as otherwise one of the tests hangs while trying to symbolize due to an ongoing DDOS attack targeting Ubuntu. Since we don't need the debuginfod server, there's no need to add any load to it. Co-authored-by: Matt Wozniski <godlygeek@gmail.com>
a4b1f4f to
fd24d20
Compare
godlygeek
left a comment
There was a problem hiding this comment.
I tested this out in GitHub Codespaces, and the test suite hung. It was unable to download from the Ubuntu debuginfod server, which is configured by default. It seems like that's because Ubuntu is currently under a DDOS attack that's rendering the debuginfod server unusable. Since we don't need it anyway, I've updated the container to prevent debuginfod from being used by default.
Other than that, this looks good to me. Thanks for the contribution, @nitinryali!

*Issue number of the reported bug or feature request: #295
Describe your changes
Updated ubuntu version in dockerfile for both stages
Testing performed
Build the image from the docker file
Additional context