-
Notifications
You must be signed in to change notification settings - Fork 39
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
Manifest endpoint https://docker.io/v2/francium25/base/manifests/latest redirects to 404 #1767
Comments
The correct URL is https://registry-1.docker.io/v2/francium25/base/manifests/latest |
I see. So, suppose that I'm writing a CLI tool to push a local image In any case, I think it is still incorrect to redirect the URL to 404. |
Can I have the tool depend on this contract? For example, this won't break in the future? |
I found only two doc pages that explicitly reference It would be nice if |
I think @thaJeztah do you know the relationship between docker.io, registry.docker.io and registry-1.docker.io? |
And |
@manishtomar hm, no, unfortunately not. Have been wondering a few times myself as well which one is the canonical URL (there's some hard-coded values in the engine code-base that could be updated as well) |
It's also odd that |
We are clearing up our old issues and your ticket has been open for one year with no activity. Remove stale label or comment or this will be closed in 15 days. |
The issue still stands. |
We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 15 days. |
HUB-4585 is tracking this internally (sorry, that link is to the private jira) |
We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 15 days. |
. |
Accessing
https://docker.io/v2/francium25/base/manifests/latest
returns 301 to redirect to
https://www.docker.com/v2/francium25/base/manifests/latest
which gives a 404 HTML page. Should it direct to, e.g.,
https://registry.hub.docker.com/v2/francium25/base/manifests/latest
?
So, it causes a failure when a user specifies an image reference in the form of
docker.io/repository/image
. (GoogleContainerTools/jib#1549) Detailed HTTP requests and responses:The text was updated successfully, but these errors were encountered: