-
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
All r/ links in hub get 404 error in rancher (but also other repos) #2206
Comments
Do you have an URL that fails? I just tried first from their list of repositories (at https://hub.docker.com/u/rancher), and that one seemed to work; https://hub.docker.com/r/rancher/hardened-calico |
Hi @thaJeztah
|
Thanks! Let me check internally if something is known |
Looks like the image itself is there, so seems like it's something in the presentation (not sure why you get that error though); docker manifest inspect rancher/rke2-runtime:v1.22.6-rke2r1
{
"schemaVersion": 2,
"mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
"manifests": [
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 528,
"digest": "sha256:e4cf484ec287c641b98d8f123d0b157c13e217f07f3bf79a4cece30091759f6f",
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 529,
"digest": "sha256:8a3d3caae60eabc100784924675d9de4a0f607b498105215578fec6d734077f0",
"platform": {
"architecture": "amd64",
"os": "windows"
}
}
]
} |
@StefanSa a colleague noticed (I overlooked it) that you're using (Not sure why |
@thaJeztah
|
Right, but that's the registry URL used to pull images (which is separate from the UI - notice that the docker pull index.docker.io/rancher/rke2-runtime:v1.22.6-rke2r1
v1.22.6-rke2r1: Pulling from rancher/rke2-runtime
a46628218d70: Pull complete
Digest: sha256:6121296231a82bbdf6d077ee08be5882f7ac162bbf350436b5972627f3cb1645
Status: Downloaded newer image for rancher/rke2-runtime:v1.22.6-rke2r1
docker.io/rancher/rke2-runtime:v1.22.6-rke2r1 Although the correct variant should be docker pull docker.io/rancher/rke2-runtime:v1.22.6-rke2r1
v1.22.6-rke2r1: Pulling from rancher/rke2-runtime
Digest: sha256:6121296231a82bbdf6d077ee08be5882f7ac162bbf350436b5972627f3cb1645
Status: Image is up to date for rancher/rke2-runtime:v1.22.6-rke2r1
docker.io/rancher/rke2-runtime:v1.22.6-rke2r1 |
So, I guess you arrived there by pasting that image name in your browser; https://index.docker.io/rancher/rke2-runtime:v1.22.6-rke2r1 I think there's some redirects missing for those to redirect to the corresponding Docker Hub UI URL (I recall I opened an internal ticket for that, but it's still in the backlog) |
Exactly, but is that why the |
No the pull itself succeeds for me, but perhaps there's some step after pulling that's happening? the error;
Seems to be that either a file is missing, or the path is incomplete ( |
Hi there
i just tried to install rke2 and i get a
404
error for all rancher images.Is there similar problem as already happened here ?
#2196
The text was updated successfully, but these errors were encountered: