docker-import post-processor, add TODO #774
This commit is contained in:
parent
8147ad66ec
commit
208b330b84
|
@ -173,6 +173,9 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
||||||
|
|
||||||
cmd.Wait()
|
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
|
return nil, false, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue