Update documentation and remove untrue statement about building eap tag for newest EAP

This commit is contained in:
Ben Partridge 2020-09-21 16:59:04 +10:00
parent e6f61fd2aa
commit 6dcad651f7
No known key found for this signature in database
GPG Key ID: 9B3CDA624817FF22

View File

@ -375,7 +375,7 @@ Read more about data recovery and backups: [Site Backup and Restore][10]
# Versioning # Versioning
The `latest` tag matches the most recent release of Atlassian Confluence Server. The `latest` tag matches the most recent official release of Atlassian Confluence Server.
So `atlassian/confluence-server:latest` will use the newest stable version of So `atlassian/confluence-server:latest` will use the newest stable version of
Confluence Server available. Confluence Server available.
@ -383,9 +383,9 @@ Alternatively, you can use a specific minor version of Confluence Server by
using a version number tag: `atlassian/confluence-server:6.13`. This will using a version number tag: `atlassian/confluence-server:6.13`. This will
install the latest `6.13.x` version that is available. install the latest `6.13.x` version that is available.
For the latest developer (EAP) release use We also publish docker images for our [EAP releases](https://www.atlassian.com/software/confluence/download-eap) (not
`atlassian/confluence-server:eap`. This will install our latest milestone (not supported for use in production). The tag for EAP releases is the EAP version.
supported for use in production). For example to get the `7.8.0-beta1` EAP release, use `atlassian/confluence-server:7.8.0-beta1`.
For example, `atlassian/confluence-server:6.13-ubuntu-18.04-adoptopenjdk8` will For example, `atlassian/confluence-server: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.