[
https://issues.jboss.org/browse/JBIDE-22177?page=com.atlassian.jira.plugi...
]
Jeff Cantrill commented on JBIDE-22177:
---------------------------------------
Added logic similar to 'oc new-app'. Deploying an image does the following.
# Search the current project for a matching ImageStream.
# Search the 'openshift' project for a matching ImageStream
# If neither of the previous steps matches, create a new ImageStream if the cluster
determines it can pull the image.
# Warn the user if the Image does not match an ImageStream or is visible by the cluster.
ImageStream is matched if the IS.dockerImageRegistry username/name matches the
username/name of the image being deployed.
The image is 'visible' if the cluster is capable of a successful
ImageStreamImport
Docker Image host is missing from Deployment Config when deploying
from a private registry
------------------------------------------------------------------------------------------
Key: JBIDE-22177
URL:
https://issues.jboss.org/browse/JBIDE-22177
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift, upstream
Affects Versions: 4.3.1.CR1
Reporter: Fred Bricon
Assignee: Jeff Cantrill
Fix For: 4.4.0.Alpha2
If you deploy a docker image from myregistry:5000/example/myimage, the deployment config
is generated with only example/myimage, so can't find the image to deploy
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)