Bug 1468479 - [atomic registry] Typos on registry console about docker instructions
Summary: [atomic registry] Typos on registry console about docker instructions
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Registry Console
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 3.7.z
Assignee: Martin Pitt
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-07 08:18 UTC by Xingxing Xia
Modified: 2018-04-04 20:00 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-04-04 12:40:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0636 0 normal SHIPPED_LIVE OpenShift Container Platform 3.7 bug fix and enhancement update 2018-04-05 14:00:42 UTC

Description Xingxing Xia 2017-07-07 08:18:56 UTC
Description of problem:
Typos on registry console about docker instructions

Version-Release number of selected component (if applicable):
registry console image built with cockpit 141-3
brew-.../openshift3/registry-console  v3.6  84408b924fc3  25 hours ago  219.9 MB

How reproducible:
Always

Steps to Reproduce:
1. On registry console, create project, imagestream
2. Click nav "Images" --> click one imagestream (e.g. named "is1" as below), check the docker instructions part

Actual results:
2. Two typos:
first: the sentence "To push to an image to this image stream" has extra "to" that should be removed
second the docker commands are:
$ sudo docker tag myimage .../xxia-proj/is1:tag
$ sudo docker push .../xxia-proj/is1
"docker push" command intends to push ":tag" but it misses that

Expected results:
2.
first, remove extra "to"; second, add ":tag"

Additional info:
In openshift 3.6 imagestream page, it does not have extra "to" in the first typo, but it does miss ":tag" for the second typo too.

Comment 1 Xingxing Xia 2017-11-13 08:03:32 UTC
Checked in cockpit 155, the typos on registry console are solved:
now no extra "to", and the missed ":tag" in "docker push" line is shown
Checked in OCP 3.7.4 for the "Additional info" issue, the missed ":tag" is shown
Please move to ON_QA, thanks

Comment 4 Martin Pitt 2018-04-04 12:40:09 UTC
Thanks Xia for verifying! Closing then as it's targetted at 3.7.z and fixed in 3.7.4.


Note You need to log in before you can comment on or make changes to this bug.