Skip to content
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

Feature Request: podman login support #23

Open
dannygoulder opened this issue Oct 15, 2021 · 2 comments
Open

Feature Request: podman login support #23

dannygoulder opened this issue Oct 15, 2021 · 2 comments

Comments

@dannygoulder
Copy link
Contributor

Hi,

It would be great if the module could support podman login on a per-user/per-registry basis.

I am doing this right now for root with a simple exec but looking closer at the module code there is some complexity supporting it with rootless, and this would be better done within the module (keeping XDG_RUNTIME_DIR in sync is the main problem I think).

I may come back to this later when I have some more time, but leaving this here in case someone else has the bandwidth to look at it.

@southalc
Copy link
Owner

southalc commented Nov 9, 2021

Thanks for the feedback. I'll look in to this.

@jonesbrennan
Copy link

I have run into this issue as well. I am using this module with containers hosted in a private registry. For the image class I can pass creds for the registry using the flags hash. However, for the container class "podman container create" does not allow for creds and the skopeo allows for creds but flags for this command are not exposed via the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants