We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The integrated image registry url in the OpenShift Online docs refers to the "preview" url and needs to get updated to the url after GA: https://docs.openshift.com/online/dev_guide/managing_images.html#accessing-the-internal-registry
Currently
$ docker login -u <user_name> -e <email_address> \ -p <token_value> https://registry.preview.openshift.com
Should be
$ docker login -u <user_name> -e <email_address> \ -p <token_value> https://registry.starter-us-east-1.openshift.com
The text was updated successfully, but these errors were encountered:
Addressed via #4455 and the link is also fixed on the web console after discussion with the Online team.
Sorry, something went wrong.
ahardin-rh
No branches or pull requests
The integrated image registry url in the OpenShift Online docs refers to the "preview" url and needs to get updated to the url after GA:
https://docs.openshift.com/online/dev_guide/managing_images.html#accessing-the-internal-registry
Currently
Should be
The text was updated successfully, but these errors were encountered: