docker-import post-processor, add TODO #774

This commit is contained in:
Matthew McKeen 2014-01-06 13:43:30 -08:00
parent 8147ad66ec
commit 208b330b84
1 changed files with 3 additions and 0 deletions

View File

@ -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
}