mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
9c625476b7
Fixes https://github.com/coder/coder/issues/15972 Adds `keep_locally = true` to other templates that use the `docker_image` resource to prevent the docker provider from attempting to remove the image upon workspace deletion. We had set this in some other places (such as the `dogfood` template) but had not set this consistently in other templates.