We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296bffc commit 1486d69Copy full SHA for 1486d69
nginx.conf
@@ -170,7 +170,7 @@ http {
170
# Block API v1. We dont know how to handle these.
171
# Docker-client should start with v2 and fallback to v1 if something fails, for example, if authentication failed to a protected v2 resource.
172
location /v1 {
173
- return 405 "API v1 is invalid -- you probably need auth to get a v2 endpoint working against $host -- Check the docs";
+ return 405 "API v1 is invalid. Either the image does not exist upstream, or you need auth to get a v2 endpoint working against $host";
174
}
175
176
# don't cache mutable entity /v2/<name>/manifests/<reference> (unless the reference is a digest)
0 commit comments