Describe the bug
The MVP implementation only will build/pull Docker image when running ch create. If user deletes image tries to run, they will likely get an opaque error message.
To Reproduce
Steps to reproduce the behavior:
Run ch create usccsci104 --image usccsci104/docker:latest
Delete image docker rmi usccsci104:latest
Run environment ch start csci104
Error message: No such image usccsci104:latest
Expected behavior
ch should re-pull image based on environment configuration.
Desktop (please complete the following information):
Describe the bug The MVP implementation only will build/pull Docker image when running
ch create
. If user deletes image tries to run, they will likely get an opaque error message.To Reproduce Steps to reproduce the behavior:
ch create usccsci104 --image usccsci104/docker:latest
docker rmi usccsci104:latest
ch start csci104
No such image usccsci104:latest
Expected behavior
ch
should re-pull image based on environment configuration.Desktop (please complete the following information):