-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Docker Hub image openshift/origin-cli no longer available to the public #28339
Comments
Registering that I am also affected by this issue |
seem same issue Version Step
|
We also experienced this over the weekend with the logging curator image. `$ docker pull openshift/origin-logging-curator5:v3.11 Error response from daemon: pull access denied for openshift/origin-logging-curator5, repository does not exist or may require 'docker login': denied: requested access to the resource is denied` |
Hi all. Docker is looking into the disappearance of these repositories for us. Please let me know what you are using this distribution channel for. To the best of my knowledge, this is not an official channel for any content and no image in docker |
It seems a lot of the ImageStream examples in this repo are outdated. Should this be switched to inherit the imagestreams from https://github.com/openshift/library (similar to what is done for https://github.com/openshift/cluster-samples-operator/)? I recently cleaned out a lot of deprecated imagestreams from library in openshift/library#350, |
so the removal was not planned but it's an accident? |
An ownership transfer caused the problem. So the disappearance was not planned. However, I do expect these repositories to be shutdown in the future, so I recommend everyone migrate @dedavide . |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@dedavide: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Docker repo at https://hub.docker.com/r/openshift/origin-cli is now gone/private, while the repo at https://quay.io/repository/openshift/origin-cli is still available publicly.
This seems to have happened overnight so currently unable to find any reasoning stated publicly.
Version
Any valid image tag for
openshift/origin-cli
.Steps To Reproduce
docker pull openshift/origin-cli
Current Result
Unable to pull the image from Docker Hub.
Expected Result
Image pull works the same as the repo at https://quay.io/repository/openshift/origin-cli.
Additional Information
The other images are still publicly available at Docker Hub so the fact this particular image has been removed/made private is confusing.
The text was updated successfully, but these errors were encountered: