Skip to content

Commit

Permalink
Update atlassian/confluence Docker tag to v8 (#42)
Browse files Browse the repository at this point in the history
* Update atlassian/confluence Docker tag to v8

* Update path to jar file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Henrik Steen <[email protected]>
  • Loading branch information
renovate[bot] and henrist authored Oct 1, 2023
1 parent 38f7cdb commit eef8273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/confluence/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM atlassian/confluence:7.20.1
FROM atlassian/confluence:8.5.1

USER root

Expand All @@ -21,7 +21,7 @@ RUN set -eux; \
# also set server settings to match our use
RUN set -x && \
mkdir /tmp/conf && \
cp /opt/atlassian/confluence/confluence/WEB-INF/lib/confluence-[567]*.jar /tmp/conf/confluence.jar && \
cp /opt/atlassian/confluence/confluence/WEB-INF/lib/com.atlassian.confluence_confluence-8.*.jar /tmp/conf/confluence.jar && \
cd /tmp/conf && \
jar xf confluence.jar && \
sed -i '/confluence.prefs.watch.my.own.content/{N;s/\(.*\n.*\)true/\1false/}' preferences-default.xml && \
Expand Down

0 comments on commit eef8273

Please sign in to comment.