dotCMS has two categories of release: Current and Long Term Supported (LTS). Current releases represent the latest in functionality and fixes; LTS releases are intended for customers or companies who prefer longer periods of time between release upgrades, with overall stability as the goal.
To download older versions of dotCMS go to Previous Releases. See the Changelogs for version-specific details.
Latest Versions of dotCMS
The latest Current and LTS releases are available as supported docker images. Click to copy the Docker image tag.
Release Type | Version | Docker Image |
---|---|---|
Current Release | 24.11.11 |
dotcms/dotcms:24.11.11_65c8ebb |
LTS Release | 24.04.24v10 |
dotcms/dotcms:24.04.24_lts_v10_1ac3bf3 |
LTS Release | 23.10.24v18 |
dotcms/dotcms:23.10.24_lts_v18_4e4e0ba |
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
.