-
Notifications
You must be signed in to change notification settings - Fork 5k
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
removed alpine image #1279
removed alpine image #1279
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1279 +/- ##
==========================================
+ Coverage 32.08% 41.96% +9.87%
==========================================
Files 32 32
Lines 4394 4394
Branches 1025 1080 +55
==========================================
+ Hits 1410 1844 +434
+ Misses 2867 2401 -466
- Partials 117 149 +32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@sonichi any specific reason why we choose to put |
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.
Thanks. This solves a long-standing problem I had. I appreciate your help.
Co-authored-by: Chi Wang <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
Autogen currently uses the
alpine
Python Docker image to execute code.This can result in unexpected behaviors:
https://pythonspeed.com/articles/alpine-docker-python/
I think that it would make sense to replace
alpine
withslim