You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrea Turli (JIRA)" <ji...@apache.org> on 2015/08/19 14:22:46 UTC

[jira] [Comment Edited] (JCLOUDS-990) DockerTemplateOptions wrongly copies commands

    [ https://issues.apache.org/jira/browse/JCLOUDS-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702931#comment-14702931 ] 

Andrea Turli edited comment on JCLOUDS-990 at 8/19/15 12:22 PM:
----------------------------------------------------------------

thanks [~kwart]



was (Author: andreaturli):
thanks +jcacek

> DockerTemplateOptions wrongly copies commands
> ---------------------------------------------
>
>                 Key: JCLOUDS-990
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-990
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 1.9.1
>            Reporter: Josef Cacek
>
> Method {{org.jclouds.docker.compute.options.DockerTemplateOptions.copyTo(TemplateOptions)}} has a wrong condition for  copying {{commands}} field:
> {code}
> if (commands.isEmpty()) {
> 	eTo.commands(commands);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)