-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Plone: Add info about Plone 6 Docker images #2479
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
Changes from all commits
5ad3b3d
4ea296c
10063ca
52e9727
6af77d9
864b9c6
66fdf9f
f9d7526
0069420
1e4c0a4
dfd9be6
aae5cfc
5805a62
7f0dff4
cbe8446
a7904fa
07da0a1
b1669a0
db757d8
e4d1c6e
3abd58f
c1ccceb
d3f9221
b71f5b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Plone is a free and open source content management system built on top of Zope. | ||
DEPRECATED. Plone is a free and open source content management system built on top of Zope. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# ⚠️ DEPRECATION NOTICE ⚠️ | ||
|
||
- Plone 4.x is no longer supported. | ||
- Plone 5.x is no longer supported. | ||
- It is strongly recommended to migrate to the latest available Plone version. See https://plone.org/download/release-schedule for details. | ||
|
||
Beginning with Plone 6.x, the frontend and backend run in separate Docker images. There's also a a ZEO server Docker image. All Plone 6.0 and later images are supported by the Plone Foundation and are maintained by community volunteers. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't love that it's not completely clear that this repository (https://hub.docker.com/_/plone) is completely deprecated, but I can live with this wording. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right. Fixed in c1ccceb. |
||
|
||
- [Plone Backend](https://github.com/plone/plone-backend) | ||
- [Plone Frontend](https://github.com/plone/plone-frontend) | ||
- [ZEO Server](https://github.com/plone/plone-zeo/) | ||
|
||
For Docker image usage, see [Plone 6 Documentation](https://6.docs.plone.org/install/containers/images/index.html). |
Uh oh!
There was an error while loading. Please reload this page.