Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV CONF_INSTALL /opt/atlassian/confluence
ENV JAVA_CACERTS $JAVA_HOME/jre/lib/security/cacerts
ENV CERTIFICATE $CONF_HOME/certificate
# Check Confluence version @ https://confluence.atlassian.com/doc/confluence-release-notes-327.html
ENV CONF_VERSION 6.2.0
ENV CONF_VERSION 6.3.0
# Check Connector/J version @ http://dev.mysql.com/downloads/connector/j/ it should be 5.1.30, testing with latest release
ENV MYSQL_CONJ_VERSION 5.1.42

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ The aim of this image is to keep the installation easy and as straight forward a

It's possible to clone this repo and build the image on you're own machine, but if you think that's a waste of time ;-) there's a Automated Build in the Docker Hub that's based on this repo.

* [Docker Hub - Automated Build](https://hub.docker.com/r/remonlam/confluence/)
* [Docker Hub - Automated Build](https://hub.docker.com/r/containerstack/confluence/)
* [Atlassian Confluence latest build](https://confluence.atlassian.com/doc/confluence-release-notes-327.html)
* [Oracle MySQL Connector J latest build](http://dev.mysql.com/downloads/connector/j/)
* [Atlassian Confluence](https://www.atlassian.com/software/confluence)

## Versions
Currently this repo have the following versions;
* 6.2.0 (latest - not yet tested)
* 6.3.0 (latest - not yet tested)
* 6.0.7 (latest - tested)

Go to [Branches](https://github.com/remonlam/docker-confluence/branches) to see all different builds that are available.
Go to [Branches](https://github.com/containerstack/docker-confluence/branches) to see all different builds that are available.

## Use the Automated Build image for a TEST deployment;

Expand Down