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
5 changes: 2 additions & 3 deletions 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,6 @@

## Features

- Images for Plone 5.x and Plone 4.x
- 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 Expand Up @@ -57,7 +56,7 @@ You can enable Plone add-ons via the `ADDONS` environment variable
$ docker run -p 8080:8080 -e PLONE_ADDONS="eea.facetednavigation Products.PloneFormGen" %%IMAGE%%
```

For more information on how to extend this image with your own custom settings, adding more add-ons, building it or mounting volumes, please refer to our [documentation](https://docs.plone.org/manage/docker/docs/index.html)
For more information on how to extend this image with your own custom settings, adding more add-ons, building it or mounting volumes, please refer to our [documentation](https://5.docs.plone.org/manage/docker/docs/index.html)

## Supported Environment Variables

Expand Down Expand Up @@ -138,4 +137,4 @@ All other available environment variables match exactly with RelStorage settings

## Documentation

Full documentation for end users can be found online at [docs.plone.org](https://docs.plone.org/manage/docker/docs/usage/index.html)
Full documentation for end users can be found online at [5.docs.plone.org](https://5.docs.plone.org/manage/docker/docs/index.html)
3 changes: 3 additions & 0 deletions plone/deprecated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# IMPORTANT NOTE

⚠️⚠️⚠️ This image is maintained by community volunteers. For the latest Plone releases, use the [Plone Backend](https://github.com/plone/plone-backend) and [Plone Frontend](https://github.com/plone/plone-frontend) images maintained by the Plone Foundation.