-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
regression: podman login: root authfile path #11725
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
@Luap99 PTAL |
I guess we have to revert this commit. |
Luap99
added a commit
to Luap99/libpod
that referenced
this issue
Sep 24, 2021
This reverts commit 91e21be. XDG_RUNTIME_DIR is required for the authfile path. We cannot unset it. [NO TESTS NEEDED] Fixes containers#11725 Signed-off-by: Paul Holzinger <[email protected]>
PR #11733 |
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Sep 29, 2021
This reverts commit 91e21be. XDG_RUNTIME_DIR is required for the authfile path. We cannot unset it. [NO TESTS NEEDED] Fixes containers#11725 Signed-off-by: Paul Holzinger <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
#11195 (my guess) broke
podman login
, in the sense that we can no longer share credentials with skopeo.This is caught by one of the system tests in
150-login.bats
. The test is passing in CI. My gut feel is that CI doesn't set the magicXDG
envariables.The text was updated successfully, but these errors were encountered: