dotCMS has two types of releases, Agile Releases and Long Term Supported (LTS) Releases. Agile Releases are the newest functionality and fixes. LTS Releases are for companies to stay on for long periods of time without needing to do a full release upgrade. To download older versions of dotCMS go to Previous Releases.
Latest Versions of dotCMS
The latest Agile and LTS releases are available as supported docker images. Click to copy the Docker image tag.
Release Type | Version | Docker Image |
---|---|---|
Agile Release | 23.10.24 |
dotcms/dotcms:23.10.24_abd985f ![]() |
LTS Release | 23.10.24.0 |
dotcms/dotcms:23.10.24_lts_v0_faa0504 ![]() |
LTS Release | 23.01.8 |
dotcms/dotcms:23.01.8_lts_dc76a364 ![]() |
LTS Release | 22.03.11 |
dotcms/dotcms:22.03.11_lts_e1c72f9 ![]() |
Download Docker Compose YAML
Spin up your own local dotCMS container using Docker in mere moments!
- Select a version from the dropdown.
- Choose whether you'd prefer a clean (i.e., empty) starter or one bundled with a copy of the dotCMS Demo Site.
- Download the file to your chosen working directory and use
docker compose up
.