mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Add note warning against the :latest tag.
Signed-off-by: Zac Dover <zac.dover@gmail.com> Incorporating mgfritch's improvements. Signed-off-by: Zac Dover <zac.dover@gmail.com> s/docker/podman/ -- as per mgfritch's suggestion Signed-off-by: Zac Dover <zac.dover@gmail.com> s/: latest/:latest/ Signed-off-by: Zac Dover <zac.dover@gmail.com> s/image ids/image IDs/ -- as per Alex Settle's suggestion. Signed-off-by: Zac Dover <zac.dover@gmail.com> Add note warning against the :latest tag. Signed-off-by: Zac Dover <zac.dover@gmail.com> s/image ids/image IDs/ -- as per Alex Settle's suggestion. Signed-off-by: Zac Dover <zac.dover@gmail.com> Linked to container page from cephadm install page. Signed-off-by: Zac Dover <zac.dover@gmail.com> Clarified the note directing readers to the container documentation. Signed-off-by: Zac Dover <zac.dover@gmail.com>
This commit is contained in:
parent
355ab7a850
commit
f0fe087077
@ -369,3 +369,6 @@ RADOS pool *nfs-ganesha* and namespace *nfs-ns*,::
|
||||
|
||||
See :ref:`orchestrator-cli-placement-spec` for details of the placement specification.
|
||||
|
||||
Deploying custom containers
|
||||
===========================
|
||||
It is also possible to choose different containers than the default containers to deploy Ceph. See :ref:`containers` for information about your options in this regard.
|
||||
|
@ -3,6 +3,19 @@
|
||||
Ceph Container Images
|
||||
=====================
|
||||
|
||||
.. important::
|
||||
|
||||
Using the ``:latest`` tag is discouraged. If you use the ``:latest``
|
||||
tag, there is no guarantee that the same image will be on each of
|
||||
your hosts. Under these conditions, upgrades might not work
|
||||
properly. Remember that ``:latest`` is a relative tag, and a moving
|
||||
target.
|
||||
|
||||
Instead of the ``:latest`` tag, use explicit tags or image IDs. For
|
||||
example:
|
||||
|
||||
``podman pull ceph/ceph:v15.2.0``
|
||||
|
||||
Official Releases
|
||||
-----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user