Commit b53dd2e0 authored by Matthew McKeen's avatar Matthew McKeen

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

parents d6621bb0 93f217c2
## 0.5.2 (unreleased)
BUG FIXES:
* builders/docker: user variables work properly. [GH-777]
## 0.5.1 (01/02/2014)
......
......@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment