From 652827f0e827b5a680f8df46ce5d7c6ca04e9437 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 24 Jul 2024 23:20:52 +0300 Subject: [PATCH] docs: add preview image to release schedule (#13948) --- docs/install/releases.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.