From 06fa8fc37eed0d315206bf817657174080afff33 Mon Sep 17 00:00:00 2001 From: Alexey Golub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 9 Sep 2021 07:49:36 -0700 Subject: [PATCH] Updated Docker usage instructions (markdown) --- Docker-usage-instructions.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index a9421ca..2315e31 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -12,10 +12,9 @@ docker pull tyrrrz/discordchatexporter:stable Note the `:stable` tag. DiscordChatExporter images are tagged according to the following patterns: -- `stable`: Latest stable version release, maps to latest GitHub release. This tag is updated with release of each new version. This is recommended for personal use. -- `latest`: Build from latest commit, maps to latest CI build on GitHub. This tag is update with each new commit to `master` branch. This is not recommended, but you can use it if you want to try out some features that haven't been officially released yet. -- `x.y.z` (e.g. `2.30.1`): Specific version release, maps to corresponding tag on GitHub. This tag is never updated once that version is released. -Note the `:stable` tag. It is not recommended to run the `:latest` docker releases since they are unstable. This is recommended for use in automation workflows and similar environments. +- `stable`: Latest stable version release and maps to the latest GitHub release. This tag is updated with release of each new version. Recommended for personal use. +- `latest`: Build from latest commit and maps to the latest CI build on GitHub. This tag is updated with each new commit to `master` branch. Not recommended for everyday use, but you can use it if you want to try out some features that haven't been officially released yet. +- `x.y.z` (e.g. `2.30.1`): Fixed version release and maps to the corresponding tag on GitHub. This tag is never updated once that version has been released. You can see all available tags [here](https://hub.docker.com/r/tyrrrz/discordchatexporter/tags?page=1&ordering=name).