teamatldocker / confluence

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

upgrade to 6.2.2 #20

Closed EugenMayer closed 7 years ago

EugenMayer commented 7 years ago

Upgrade to https://confluence.atlassian.com/doc/issues-resolved-in-6-2-2-916521743.html

blacklabelops commented 7 years ago

Thank you for your contribution! For a proper upgrade of the confluence version, just setting the version parameter inside the Dockerfile is not enough.

Please take a look at some recent pull request on what files have to be adjusted: https://github.com/blacklabelops/confluence/pull/14

EugenMayer commented 7 years ago

sure, no problem, how that fits better.

You should really think about migrating to tag-based build for hub.docker.io - it would make it simpler and more transparent, in addition, one can easily jump to the tag in the repo to rebuild something.

blacklabelops commented 7 years ago

Thank you very much!