https://github.com/plone/plone-backend
Plone backend Docker images using Python 3 and pip.
https://github.com/plone/plone-backend
cms docker docker-image plone-core
Last synced: 11 months ago
JSON representation
Plone backend Docker images using Python 3 and pip.
- Host: GitHub
- URL: https://github.com/plone/plone-backend
- Owner: plone
- License: gpl-2.0
- Created: 2021-10-18T14:40:43.000Z (over 4 years ago)
- Default Branch: 6.1.x
- Last Pushed: 2025-06-20T21:17:28.000Z (about 1 year ago)
- Last Synced: 2025-06-20T22:24:10.948Z (about 1 year ago)
- Topics: cms, docker, docker-image, plone-core
- Language: Shell
- Homepage:
- Size: 351 KB
- Stars: 18
- Watchers: 186
- Forks: 18
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: news/102.bugfix
- License: LICENSE.txt
Awesome Lists containing this project
README
plone/plone-backend
[](https://hub.docker.com/r/plone/plone-backend)
[](https://hub.docker.com/r/plone/plone-backend)

[](./LICENSE)
Plone backend [Docker](https://docker.com) images using Python 3 and [pip](https://pip.pypa.io/en/stable/).
**Note:**
These are the official images for the [Plone 6](https://plone.org/) release, together with [plone-frontend](https://github.com/plone/plone-frontend).
These images are **not** Buildout based!
## Tags
### Supported tags and respective Dockerfile links
| Plone Version | Tags | Dockerfile |
| --- | --- | --- |
| 6 | `6.0.14`, `6.0`, `6`, `latest` | [(6.0.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.0.14/Dockerfile)|
| 6.1 | `6.1.2`, `6.1` | [(6.1.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.1.2/Dockerfile)|
| 6 (nightly) | `nightly` | [(Dockerfile.nightly)](https://github.com/plone/plone-backend/blob/6.0.x/Dockerfile.nightly) |
**Possible breaking changes in upcoming Plone 6.1 dependencies**
Please note that the backend images in the 6.1.x series have several updated dependencies, which you should verify and test before using them in any existing project. Even if you extend from these images. The underlying OS has been switched from Debian 11 buster to 12 bookworm. Python is updated from
3.11 to 3.12. Relstorage has a new major release going from 3.x to 4.1. And there are are minor updates for libldap, libtiff and psycopg2 OS and Python libraries.
### Unsupported tags
**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)](https://github.com/plone/plone-backend/blob/v5.2.14/Dockerfile) |
See also the official [Buildout-based Plone 5 images](https://hub.docker.com/_/plone).
## Usage
Please refer to the [Official Plone Documentation](https://6.docs.plone.org/install/containers/images/backend.html) for further documentation and examples.
## Contribute
- [Issue Tracker](https://github.com/plone/plone-backend/issues)
- [Source Code](https://github.com/plone/plone-backend/)
- [Documentation](https://6.docs.plone.org/install/containers/images/backend.html)
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.
## Credits
This project is supported by:
[](https://plone.org/)
## License
The project is licensed under GPLv2.