]
Rob Stryker updated JBIDE-24491:
--------------------------------
Sprint: devex #137 September 2017
CDK Server adapter: allow users to look up the address of the docker
registry
-----------------------------------------------------------------------------
Key: JBIDE-24491
URL:
https://issues.jboss.org/browse/JBIDE-24491
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdk
Affects Versions: 4.4.4.Final
Reporter: Andre Dietisheim
Assignee: Rob Stryker
Fix For: 4.5.1.AM2
if you want to push a docker image to the docker registry within OpenShift you need the
address of the docker registry.
When launching the cdk in Eclipse our tooling creates the OpenShift connection for the
tooling filling out that address.
Users that didnt launch the cdk via the server adapter or had their connection already
defined when launching it, would have to look the address up manually. One does this on
the command line via {code}./minishift openshift registry{code}
It would be nice if the server adapter would offer a way to look it up so that the user
does not have to go the command line.
I dont know yet how to look it up for the OpenShift online variant though.