ofek/hatch-containers

Changing `image = python:{version}` has no effect if the containers already exist

jamielinux opened this issue · 0 comments

For instance if you change from image = python:{version} to image = python:{version}-alpine, you would expect the next hatch run to pull the alpine image and execute tasks in a new container. What happens instead is that the existing container is used.