Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podvm: Make download-image.sh always pull
During some recent testing of bug fixes I spent quite a lot of time trying to understand why the fixes weren't having any effect on peer pods. After a while I found it was because although the registry version of the podvm image had been updated, when running `download-image.sh` it was just using the version I'd previously downloaded. If we pass `--pull=always`, in the container create command, this should resolve that problem and it looks to be supported on docker and podman clis Signed-off-by: stevenhorsman <[email protected]>
- Loading branch information