skybet / cali

Cali Automation Layout Initialiser
MIT License
32 stars 7 forks source link

PullImage only pulls if the image doesn't exist locally #37

Closed wheresalice closed 6 years ago

wheresalice commented 6 years ago

The code to pull Docker images always exits if the image exists. There should be an option to still pull the image in order to get the latest version. I think this just needs an extra parameter to PullImage and the if statement changing on line 361:

https://github.com/skybet/cali/blob/master/docker.go#L361

lucymhdavies commented 6 years ago

Duplicate of https://github.com/skybet/cali/issues/3