From 4fd0fb37cc8539baf3847149b4d65e3e34ec0b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Thu, 15 Feb 2024 12:21:29 +0100 Subject: [PATCH] Update docs/docker.md Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- docs/docker.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 3d677e21..41a5740f 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -6,9 +6,10 @@ The following tags are available: * `latest`: Latest Lychee release * `v[NUMBER]`: Stable version tag for a Lychee release -* `dev` or `nightly` : Current master branch tag (Lychee operates on a stable master, so this should usually be safe) -* `devtools` : Same as `dev` but with the developper extensions enabled (e.g. api docs, debug bar...). -* `alpha`: Same as `dev` but uses the alpha branch instead (contains merged pull request without peer review). +* `nightly` (also `dev`): Current master branch tag (Lychee operates on a stable master, so this should usually be safe) +* `devtools`: Same as `nightly`, but includes development dependencies (e.g. api docs, debug bar) +* `alpha`: Current alpha branch tag (The alpha branch contains bleeding edge changes that are not peer-reviewed) +* `alpha-devtools`: Same as `alpha`, but includes development dependencies (e.g. api docs, debug bar) * `testing`: Tag for testing new branches and pull requests. Designed for internal use by LycheeOrg. Note that only the `:dev` tag is available for armv6 and armv7 systems. This is due to an issue with the build environment and is hopefully temporary.