Ceph Container Images

Official Releases

Ceph Container images are available from Docker Hub at:

  1. https://hub.docker.com/r/ceph

ceph/ceph

  • General purpose Ceph container with all necessary daemons anddependencies installed.
TagMeaning
vRELNUMLatest release in this series (e.g., v14 = Nautilus)
vRELNUM.2Latest stable release in this stable series (e.g., v14.2)
vRELNUM.Y.ZA specific release (e.g., v14.2.4)
vRELNUM.Y.Z-YYYYMMDDA specific build (e.g., v14.2.4-20191203)

ceph/daemon-base

  • General purpose Ceph container with all necessary daemons anddependencies installed.

  • Basically the same as ceph/ceph, but with different tags.

  • Note that all of the -devel tags (and the latest-master tag) are based onunreleased and generally untested packages from https://shaman.ceph.com.

  • note
  • This image will soon become an alias to ceph/ceph.
TagMeaning
latest-masterBuild of master branch a last ceph-container.git update
latest-master-develDaily build of the master branch
latest-RELEASE-develDaily build of the RELEASE (e.g., nautilus) branch

ceph/daemon

  • ceph/daemon-base plus a collection of BASH scripts that are usedby ceph-nano and ceph-ansible to manage a Ceph cluster.
TagMeaning
latest-masterBuild of master branch a last ceph-container.git update
latest-master-develDaily build of the master branch
latest-RELEASE-develDaily build of the RELEASE (e.g., nautilus) branch

Development builds

We automatically build container images for development wip-*branches in the ceph-ci.git repositories and push them to Quay at:

  1. https://quay.io/organization/ceph-ci

ceph-ci/ceph

  • This is analogous to the ceph/ceph image above

  • TODO: remove the wip-* limitation and also build ceph.git branches.

TagMeaning
BRANCHLatest build of a given GIT branch (e.g., wip-foo)
BRANCH-SHORTSHA1-BASEOS-ARCH-develA specific build of a branch
SHA1A specific build