-
Notifications
You must be signed in to change notification settings - Fork 882
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
Add podman support #1501
base: main
Are you sure you want to change the base?
Add podman support #1501
Conversation
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.
Congratulations on opening your first pull request! We'll get back to you as soon as possible. In the meantime, please make sure you've updated the documentation to reflect your changes and have added test automation as needed. Thanks! 🙏🏼
Codecov ReportBase: 66.19% // Head: 65.96% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1501 +/- ##
==========================================
- Coverage 66.19% 65.96% -0.23%
==========================================
Files 24 24
Lines 2313 2321 +8
==========================================
Hits 1531 1531
- Misses 682 690 +8
Partials 100 100
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
: error Not working yet
|
I get that error too now on multiple containers. How can i fix this now? |
The ulimit thing may no longer be an issue in Podman 4.5.0+: containers/podman#18078 |
Same error with podman version 5.2.2 |
Closes #1060
When making container, it checks if running in podman (by checking if /run/.containerenv file exists, that only is made when running with podman). If yes, then it applies workarounds: