Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata

This commit is contained in:
Matthew McKeen 2014-01-03 18:03:39 -08:00
commit b53dd2e0bd
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
## 0.5.2 (unreleased)
BUG FIXES:
* builders/docker: user variables work properly. [GH-777]
## 0.5.1 (01/02/2014)

View File

@ -29,6 +29,8 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
return nil, nil, err
}
c.tpl.UserVars = c.PackerUserVars
// Defaults
if len(c.RunCommand) == 0 {
c.RunCommand = []string{