Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5ad3b3d
Add info about Plone 6 Docker images
avoinea Jul 31, 2024
4ea296c
Update plone/content.md
avoinea Aug 1, 2024
10063ca
Update plone/content.md
avoinea Aug 1, 2024
52e9727
Add deprecated.md and fix documentation links
avoinea Aug 1, 2024
6af77d9
Update content.md
stevepiercy Aug 3, 2024
864b9c6
Fix spacing
stevepiercy Aug 3, 2024
66fdf9f
Add warning about support and what to do
stevepiercy Aug 3, 2024
f9d7526
Move Versions into deprecation notice, and merge.
stevepiercy Aug 3, 2024
0069420
Comply with markdownfmt.sh. Using tabs instead of spaces is silly.
stevepiercy Aug 5, 2024
1e4c0a4
Tidy up remaining markup
stevepiercy Aug 6, 2024
dfd9be6
Merge branch 'docker-library:master' into master
avoinea May 28, 2025
aae5cfc
Update plone/deprecated.md
avoinea Jun 5, 2025
5805a62
Add deprecated notice.
stevepiercy Aug 19, 2025
7f0dff4
Add link to documentation for Docker image usage, add ZEO image, twea…
stevepiercy Aug 19, 2025
cbe8446
Curse the Markdown enforcement goon!
stevepiercy Aug 19, 2025
a7904fa
Revise deprecated.md, moving what is actually supported and maintaine…
stevepiercy Aug 19, 2025
07da0a1
Tidy up content.md.
stevepiercy Aug 19, 2025
b1669a0
Add supported versions section with link to deprecation notice
stevepiercy Aug 19, 2025
db757d8
Tabs not spaces, grrr, the goon strikes again.
stevepiercy Aug 19, 2025
e4d1c6e
Remove redundant Supported versions section and deprecation reference
stevepiercy Aug 22, 2025
3abd58f
Replace console with generic shell language.
stevepiercy Aug 22, 2025
c1ccceb
Clarify deprecated language and use explicit link instead of vague "h…
stevepiercy Aug 22, 2025
d3f9221
Update plone/deprecated.md
stevepiercy Aug 27, 2025
b71f5b7
Restore missing line break for paragraph, not list continuation.
stevepiercy Aug 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions plone/content.md
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.