Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plone: Add info about Plone 6 Docker images #2479

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion plone/content.md
avoinea marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

## Features

- Images for Plone 5.x and Plone 4.x
- Images for **Plone 5.x** and **Plone 4.x**
avoinea marked this conversation as resolved.
Show resolved Hide resolved
- Images for **Plone 6.x** are available at [plone/plone-backend](https://hub.docker.com/r/plone/plone-backend) and [plone/plone-frontend](https://hub.docker.com/r/plone/plone-frontend)
avoinea marked this conversation as resolved.
Show resolved Hide resolved
- Enable add-ons via environment variables
- Choose between [Debian](https://www.debian.org/) or [Alpine](http://www.alpinelinux.org/) based images.
- Built-in RelStorage support, configurable via environment variables (requires Plone 5.2.4+)
Expand Down