[
https://issues.jboss.org/browse/JBIDE-21698?page=com.atlassian.jira.plugi...
]
Xavier Coulon commented on JBIDE-21698:
---------------------------------------
ok, so the following lines causes the problem: {{final String repo =
DockerImage.extractRepo(repoTags.get(0));}}, so I suspect that the image that is being
built has no name/tag. [~fbricon], [~adietish], can you verify that, please ?
Can't deploy Docker image to OpenShift
--------------------------------------
Key: JBIDE-21698
URL:
https://issues.jboss.org/browse/JBIDE-21698
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Blocker
Fix For: 4.3.1.CR1
Clone
https://github.com/redhat-developer-tooling/openshift-vagrant/ (outside eclipse)
Create / Run CDK Server adapter pointing at openshift-vagrant/cdk-v2/
Clone
https://github.com/burrsutter/cdk_helloworlds
import swarm-helloworld as a maven project in the workspace
Run maven build mvn clean compile package on the project.
Right-click on swarm-helloworld/dockerfile > Run As > Docker Image Build
Select Docker connection from CDK
Use 172.30.80.211:5000/burr/swarm-helloworld as repo name
The image deploys to the CDK docker connection/registry (See Docker Explorer)
Right click on the deployed image > Deploy to OpenShift
Select OpenShift Project (create a new one if necessary)
=>Error Message : This docker image was not pulled in the selected Docker connection.
Mapping ports will not be possible.
The Finish Button stays disabled
http://screencast.com/t/I2syMLXNcO8
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)