Plone backend Docker images using Python 3 and pip.
Note: These are the official images for the Plone 6 release, together with plone-frontend. These images are not Buildout based!
| Plone Version | Tags | Dockerfile |
|---|---|---|
| 6 | 6.0.15, 6.0 |
(6.0.x/Dockerfile) |
| 6.1 | 6.1.5, 6.1 |
(6.1.x/Dockerfile) |
| 6.2 | 6.2.1, 6.2, 6, latest |
(6.2.x/Dockerfile) |
Possible breaking changes in upcoming Plone 6.2 dependencies
Please note that the backend images in the 6.2.x series may get several updated dependencies, which you should verify and test before using them in any existing project. Even if you extend from these images. Python has been updated from 3.12 to 3.13.
A parallel track of images built with UV lives on the uv branch and is published as plone/server-builder:uv-<python> and plone/server-prod-config:uv-<python> for Python 3.11, 3.12, 3.13 and 3.14. These images are rebuilt weekly (Mondays, 05:00 UTC) so they stay in sync with upstream Debian, Python, UV and Plone dependency updates.
Note: These images for Plone 5 are not officially supported by the Plone community.
| Plone Version | Tags | Dockerfile |
|---|---|---|
| 5.2 | 5, 5.2, 5.2.14 |
(5.2.x/Dockerfile) |
See also the official Buildout-based Plone 5 images.
Please refer to the Official Plone Documentation for further documentation and examples.
Please DO NOT commit to version branches directly. Even for the smallest and most trivial fix. ALWAYS open a pull request and ask somebody else to merge your code. NEVER merge it yourself.
This project is supported by:
The project is licensed under GPLv2.

