-
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
"run" fails to pull image with authorization failure #3524
Comments
@muayyad-alsadi while not really fatal this does cause an annoying regression for users of podman-compose, i.e. users have to manually pull images beforehand. |
could it have been a temporary failure? I am not able to reproduce it locally using a local registry using a httpasswd file |
No, this happens for any docker image from our local docker repo. I'm not sure if this is relevant: our local docker repo is
That server is connected to our local AD, i.e. I have to use my AD account name and password to authenticate. My authorization tokens are stored in |
could you try if #3528 solve the issue you are seeing? |
if the auth file was overriden, be sure create and run honors it. Closes: containers#3524 Signed-off-by: Giuseppe Scrivano <[email protected]>
does anyone have a fix for this ?? |
Can you open a new issue if you're still seeing this? This issue is over a year old. |
exactly, OVER 1 YEAR old and no one confirmed that is fixed, however the issue was closed ... |
Actually it was fixed in #3528 (July '19). |
Just tested on 2.1.0 and it's still working |
#7780 - just opened |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Pull operation from company internal docker repository with
podman run IMAGE
fails whereaspodman pull IMAGE
works fine.Steps to reproduce the issue:
podman image rm docker.COMPANY.COM:5004/PATH/mongo:3.4.7
podman run docker.COMPANY.COM:5004/PATH/mongo:3.4.7
podman pull docker.COMPANY.COM:5004/PATH/mongo:3.4.7
Describe the results you received:
Describe the results you expected:
According to
man podman-run
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: