mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCKUBE-707: Update README about supported JDKs and deprecated versions.
This commit is contained in:
parent
51eae235d1
commit
de129fc9df
26
README.md
26
README.md
@ -418,6 +418,24 @@ For example to get the `7.8.0-beta1` EAP release, use `atlassian/confluence:7.8.
|
|||||||
For example, `atlassian/confluence:6.13-ubuntu-18.04-adoptopenjdk8` will
|
For example, `atlassian/confluence:6.13-ubuntu-18.04-adoptopenjdk8` will
|
||||||
install the latest 6.13.x version with AdoptOpenJDK 8.
|
install the latest 6.13.x version with AdoptOpenJDK 8.
|
||||||
|
|
||||||
|
# Supported JDK versions
|
||||||
|
|
||||||
|
All the Atlassian Docker images are now JDK11 only, and generated from the
|
||||||
|
[official AdoptOpenJDK Docker images](https://hub.docker.com/r/adoptopenjdk/openjdk11).
|
||||||
|
|
||||||
|
The Docker images follow the [Atlassian Support end-of-life
|
||||||
|
policy](https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html);
|
||||||
|
images for unsupported versions of the products remain available but will no longer
|
||||||
|
receive updates or fixes.
|
||||||
|
|
||||||
|
Historically, we have also generated other versions of the images, including
|
||||||
|
JDK8, Alpine, and 'slim' versions of the JDK. These legacy images still exist in
|
||||||
|
Docker Hub, however they should be considered deprecated, and do not receive
|
||||||
|
updates or fixes.
|
||||||
|
|
||||||
|
If for some reason you need a different version, see "Building your own image"
|
||||||
|
above.
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
These images include built-in scripts to assist in performing common JVM diagnostic tasks.
|
These images include built-in scripts to assist in performing common JVM diagnostic tasks.
|
||||||
@ -462,11 +480,9 @@ in the running container:
|
|||||||
For product support, go to
|
For product support, go to
|
||||||
[support.atlassian.com](https://support.atlassian.com/confluence-server/).
|
[support.atlassian.com](https://support.atlassian.com/confluence-server/).
|
||||||
|
|
||||||
Note that these images are built on the [AdoptOpenJDK](https://adoptopenjdk.net/) images. Prior to
|
You can also visit the [Atlassian Data Center on
|
||||||
Confluence 6.13 OpenJDK was not a supported platform. See [the 6.13
|
Kubernetes](https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html)
|
||||||
release-notes][12] for more information.
|
forum for discussion on running Atlassian Data Center products in containers.
|
||||||
|
|
||||||
Alpine builds are available for Confluence 6.x releases, however they are no longer supported.
|
|
||||||
|
|
||||||
# Contribution
|
# Contribution
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user