[jbosstools-issues] [JBoss JIRA] (JBIDE-21844) Deploying specific docker images doesn't always result in a deployment on openshift

Marián Labuda (JIRA) issues at jboss.org
Fri Mar 11 11:46:00 EST 2016


    [ https://issues.jboss.org/browse/JBIDE-21844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175537#comment-13175537 ] 

Marián Labuda commented on JBIDE-21844:
---------------------------------------

Yeah. When I deploy nexus image, deployment is triggered. When I deploy spring-boot-helloworld-ui image, deployment is not triggered. I noticed a difference in build config - spring boot is missing following part:
{code}
    "status" : {
        "latestVersion" : 1,
        "details" : {"causes" : [{
            "type" : "ImageChange",
            "imageTrigger" : {"from" : {
                "kind" : "DockerImage",
                "name" : "saturnism/spring-boot-helloworld-ui:latest"
            }}
        }]}
    }
{code}
after pasting this into deployment config of spring boot, deployment is triggered and pod is spinned up and running.

> Deploying specific docker images doesn't always result in a deployment on openshift
> -----------------------------------------------------------------------------------
>
>                 Key: JBIDE-21844
>                 URL: https://issues.jboss.org/browse/JBIDE-21844
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.1.CR1
>            Reporter: Fred Bricon
>            Assignee: Jeff Cantrill
>            Priority: Critical
>             Fix For: 4.3.1.CR1
>
>
> If I deploy sonatype/nexus to the cdk (OS 3.1.1) or engint (3.1), a deployment is triggered right away.
> If I deploy saturnism/spring-boot-helloworld-ui, no deployment is triggered automatically. I need to do it manually



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list