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.
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
Thanks Xia for verifying! Closing then as it's targetted at 3.7.z and fixed in 3.7.4.