hatch-containers icon indicating copy to clipboard operation
hatch-containers copied to clipboard

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

Open jamielinux opened this issue 3 years ago • 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.

jamielinux avatar Mar 21 '23 21:03 jamielinux