Closed wheresalice closed 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
Duplicate of https://github.com/skybet/cali/issues/3
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