From: Sage Weil Date: Tue, 3 Dec 2019 13:33:47 +0000 (-0600) Subject: doc/install/containers: note vX.Y.Z[-YYYYMMDD] tags X-Git-Tag: v15.1.0~664^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7f9f3651f882faa455ebe4f7e9a60a408e84dfb;p=ceph.git doc/install/containers: note vX.Y.Z[-YYYYMMDD] tags Signed-off-by: Sage Weil --- diff --git a/doc/install/containers.rst b/doc/install/containers.rst index c6fa82eaad87..ab29c0e3ad26 100644 --- a/doc/install/containers.rst +++ b/doc/install/containers.rst @@ -14,15 +14,18 @@ ceph/ceph - General purpose Ceph container with all necessary daemons and dependencies installed. -- TODO: add vRELNUM.2.DOT so we have a container for every point release. - -+------------------+--------------------------------------------------------------+ -| Tag | Meaning | -+------------------+--------------------------------------------------------------+ -| vRELNUM | Latest release in this series (e.g., *v14* = Nautilus) | -+------------------+--------------------------------------------------------------+ -| vRELNUM.2 | Latest *stable* release in this stable series (e.g., *v14.2*)| -+------------------+--------------------------------------------------------------+ + ++----------------------+--------------------------------------------------------------+ +| Tag | Meaning | ++----------------------+--------------------------------------------------------------+ +| vRELNUM | Latest release in this series (e.g., *v14* = Nautilus) | ++----------------------+--------------------------------------------------------------+ +| vRELNUM.2 | Latest *stable* release in this stable series (e.g., *v14.2*)| ++----------------------+--------------------------------------------------------------+ +| vRELNUM.Y.Z | A specific release (e.g., *v14.2.4*) | ++----------------------+--------------------------------------------------------------+ +| vRELNUM.Y.Z-YYYYMMDD | A specific build (e.g., *v14.2.4-20191203*) | ++----------------------+--------------------------------------------------------------+ ceph/daemon-base ^^^^^^^^^^^^^^^^