teamatldocker / confluence

Dockerized Atlassian Confluence
https://hub.docker.com/r/teamatldocker/confluence/
MIT License
301 stars 147 forks source link

Update to 6.13.4 #67

Closed rwarren closed 5 years ago

rwarren commented 5 years ago

Enterprise version 6.13.4 came out on 2019-04-05:

https://confluence.atlassian.com/doc/issues-resolved-in-6-13-4-968672107.html

Not major security problem (like 6.13.3 was), but it would be good to update. Same goes for the 6.14 and 6.15 lines.

Note: I'd love to just do this as a PR, but am not sure how to properly build and test it. I'm also not sure how it works with dockerhub?

jhult commented 5 years ago

You should be able to build using something like this:

./buildscripts/buildImage.sh 6.15.2 latest Dockerfile en US
rwarren commented 5 years ago

Thanks @jhult. I was fiddling with ./scripts/build.sh. What is reason for two of them?

EugenMayer commented 5 years ago

as with the jira image, i also bundle the confluence one https://cloud.docker.com/u/eugenmayer/repository/docker/eugenmayer/confluence with usually build in 1-2 days after release.

https://github.com/EugenMayer/docker-image-atlassian-confluence is the source. So for anyone in urgent need, you can go for those

jhult commented 5 years ago

This has been superseded. The latest version is now 6.15.9 and has been released on Docker Hub.