[
https://issues.jboss.org/browse/JBIDE-21776?page=com.atlassian.jira.plugi...
]
Jeff Cantrill commented on JBIDE-21776:
---------------------------------------
This pull
https://github.com/jbosstools/jbosstools-openshift/pull/984 asks openshift to
get the metadata info assuming the full docker tag is resolvable by the openshift cluster.
I have tested this with images found on dockerhub but not on my local daemon. As far as
I can tell, the code change in the PR works as we would expect. A user has to some way,
some how make the image available to the openshift cluster. This means:
* push to the openshift registry
* push to dockerhub
This is the only way you will be able to successfully deploy an image to openshift. As
far as I can tell, this is the same behavior you would expect with 'oc new-app
--docker-image='
Cannot deploy docker image to OpenShift with manually entered
details
---------------------------------------------------------------------
Key: JBIDE-21776
URL:
https://issues.jboss.org/browse/JBIDE-21776
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Assignee: Xavier Coulon
Priority: Critical
Labels: docker, openshift_v3
Fix For: 4.3.1.CR1
Attachments: manually_filled.png, selected_image.png
When deploying a docker image to OpenShift it is necessary to fill in namespace and image
name at least (repo and tag is optional). Manually entering those values into the Deploy
Image to OpenShift wizard does not work, although details are same as those filled
automatically via selecting a docker image (click Search... button and select a specific
one).
There is no error in error log.
Manually filled in details screenshot:
!manually_filled.png!
Automatically filled details via selecting a specific image screenshot:
!selected_image.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)