Cian Johnston 9c625476b7 fix(examples): add keep_locally to docker_image resources (#16012)
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.
2025-01-02 13:17:53 +00:00
..

name description tags icon
Sample Template with Parameters Review the sample template and introduce parameters to your template
local
docker
parameters
/icon/docker.png

Overview

This Coder template presents various features of rich parameters, including types, validation constraints, mutability, ephemeral (one-time) parameters, etc.

Development

Update the template and push it using the following command:

./scripts/coder-dev.sh templates push examples-parameters -d examples/parameters --create