-
Notifications
You must be signed in to change notification settings - Fork 79
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
podman containers break on Get passwd entries for USER env #181
Comments
It looks like all the github tests are run using tox, and the USER variable was specifically added to the tox config in this commit so that those tests passed. |
@lod can you describe your environment? I'll change that part to get the user home even if |
@lod I'm sorry for breaking your workflow, the PR I'm currently writing uses |
Thanks for looking at this @grcancelliere, Sorry I didn't respond promptly
My environment is a gitlab runner executing a basic Debian container.
|
@zhan9san When will the fix for this be released? |
Release v23.5.0 includes the commit b5509a1
This causes the following error
I believe the root of this is that the USER variable is not set.
The text was updated successfully, but these errors were encountered: