mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
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.
name | description | tags | icon | |||
---|---|---|---|---|---|---|
Sample Template with Parameters | Review the sample template and introduce parameters to your template |
|
/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