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

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

Josef Cacek created JCLOUDS-990:
-----------------------------------

             Summary: 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)