From 37625fe52538e906f12d24e6c572f580b976a857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leroy=20F=C3=B6rster?= Date: Thu, 15 Oct 2020 02:21:52 +0200 Subject: [PATCH] Add Docker tags to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 09de029..32bcc2d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ action(){ * * * * * /root/apcupsd/host-trigger-check.sh ``` +Docker Tags +----------- + +`v1` `latest` The latest variant of v1. Intended to never break due to incompatibilities. `latest` is **not** the Git master branch and will not move to a v2 commit. + +`v1.0.0` A specific version generated from the Git tag. Intended to never change or get updated. + FAQ ---