You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 simpleexec
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.
The text was updated successfully, but these errors were encountered: