-
Notifications
You must be signed in to change notification settings - Fork 64
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
Docker Registry Auth #132
Comments
@ahjohannessen please see also issue #71 You can certainly configure the authentication directly on your host. See documentation at https://github.com/containers/image/blob/main/docs/containers-auth.json.5.md It's for now not possible to manage this file directly from nomad-driver-podman. |
I was trying to avoid that :/
Any plans on updating the auth configuration to allow for a config path like docker? |
I was just looking for that as I'm using the docker driver and getting ready to switch over to the podman driver on my RHEL8 systems. I put that in the /opt/nomad/auth folder and just point to it for docker:
|
I think implementing support for creds like the docker driver should be possible now? At least the docker pull API supports identity tokens, https://docs.podman.io/en/latest/_static/api.html#tag/images/operation/ImagePullLibpod
I'll take a look into making it work. |
Is it possible to configure a credentials file for podman to use. Similar to how docker auth can be configured:
containing something like:
podman itself supports
--authfile=path
andREGISTRY_AUTH_FILE
env, it seems.The text was updated successfully, but these errors were encountered: