Commit 208b330b authored by Matthew McKeen's avatar Matthew McKeen

docker-import post-processor, add TODO #774

parent 8147ad66
......@@ -173,6 +173,9 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
cmd.Wait()
// TODO make sure we re-tag instead of create new image
// automatically use previous image as base of new image
}
return nil, false, nil
}
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