diff --git a/docs/install/releases.md b/docs/install/releases.md index a0a2bc531b..26b2aad301 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -57,3 +57,11 @@ pages. | 2.12.x | June 04, 2024 | Stable | | 2.13.x | July 02, 2024 | Mainline | | 2.14.x | August 06, 2024 | Not Released | + +> **Tip**: We publish a +> [`preview`](https://github.com/coder/coder/pkgs/container/coder-preview) image +> `ghcr.io/coder/coder-preview` on each commit to the `main` branch. This can be +> used to test under-development features and bug fixes that have not yet been +> released to [`mainline`](#mainline-releases) or [`stable`](#stable-releases). +> +> > **Important**: The `preview` image is not intended for production use.