-
Notifications
You must be signed in to change notification settings - Fork 173
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
Issue with Docker 20.x - missing or empty Content-Type header #84
Comments
Hi, I did not get a chance to try 20.10 yet. |
I've no idea unfortunately. I'm using it on Ubuntu 20.04. |
I also encountered this problem in version 25.0.0. I have two servers, one of which can respond normally, but the other cannot. I tried to use curl http://172.17.163.100:5000/v2/registry/manifests/2 and found that the server that could not respond had a missing response header.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm facing serious issues when pulling images using Docker 20.x. (20.10 in my case)
The pull process is failing constantly with message:
Error response from daemon: missing or empty Content-Type header
I'm using proxy version 0.6.3.
This problem affects only pulling images from registry with basic authorization. It doesn't affect pulling from public repositories.
When I downgrade docker to 19.03 everything works fine! Some information about this workaround can be read here: goharbor/harbor#13740
The text was updated successfully, but these errors were encountered: