<#18386 `docker_image` targets with `restartable=T...
# github-notifications
q
#18386 `docker_image` targets with `restartable=True` are not being stopped Issue created by rhuanbarreto Describe the bug When you
pants run
a
docker_image
target with
restartable=True
, the created container doesn't get stopped if some source files changed. A build is triggered and a new container is created and ran but the old one keeps running. Pants version 2.15.0 OS Only tested on MacOS Additional info Ref https://pantsbuild.slack.com/archives/C046T6T9U/p1677678371429549 pantsbuild/pants