-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
DockerRegistry
block throws ImageNotFound: 404 Client Error
despite correct authentication to private container registry
#6643
Comments
I introduced this issue on SLACK so I just want to add my agent log which prints out a a internal server error ("no basic auth credentials").
Using the same credentials with Version
|
I'm also experiencing this. In fact, I get the 404 even if the docker image is already available locally. Very frustrating |
How to about Prefect 2.4.x? |
The same. It happens because |
@madkinsz is there any timeline when this issue will be fixed? We're waiting currently for a fix to complete our migration to Prefect v2. |
@anna-geller I can confirm that #6889 fixes the problem for me. I can run flows as docker container infrastructure from a private registry 🚀 |
First check
Bug summary
It doesn't seem like an issue introduced in the latest release only as I was able to reproduce the error on 2.2 and 2.1 too.
Problem: authentication with private Docker registries doesn't seem to work - reproduced with a private DockerHub registry
Reproduction
Block creation: https://github.com/anna-geller/prefect-docker-deployment/blob/main/blocks/dockerhub_block.py
Deployment:
Error
No response
Versions
Additional context
might be fixed in #6622
The text was updated successfully, but these errors were encountered: