Skip to content
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

Image registry url in Online docs is incorrect #4454

Closed
siamaksade opened this issue May 22, 2017 · 1 comment
Closed

Image registry url in Online docs is incorrect #4454

siamaksade opened this issue May 22, 2017 · 1 comment
Assignees

Comments

@siamaksade
Copy link

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
@ahardin-rh ahardin-rh self-assigned this May 22, 2017
@ahardin-rh
Copy link
Contributor

Addressed via #4455 and the link is also fixed on the web console after discussion with the Online team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants