Skip to content

Commit

Permalink
Update docs/docker.md
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Feb 15, 2024
1 parent ea416b9 commit 4fd0fb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4fd0fb3

Please sign in to comment.