Skip to content

Commit 4eddbde

Browse files
committed
LTS: v8(8.5.14)
1 parent 4e51789 commit 4eddbde

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
New Confluence/Jira releases support only Data Center licenses. To generate a Data Center licenses, add the `-d` parameter.
55

66
---
7-
Please be sure to upgrade to the latest version(9.0.1 or 8.5.12), as this [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
7+
Please be sure to upgrade to the latest version(9.0.1 or 8.5.14), as this [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
88

99
Related issues:
1010
+ [#38](https://github.com/haxqer/confluence/issues/38)
@@ -17,7 +17,7 @@ Related issues:
1717
default port: 8090
1818

1919
+ Latest Version(arm64&amd64): v8(8.9.5) v9(9.0.1)
20-
+ LTS Version:(arm64&amd64) v8(8.5.12)
20+
+ LTS Version:(arm64&amd64) v8(8.5.14)
2121
+ [The new way](https://github.com/haxqer/confluence/tree/build-your-own) of use allows you to conveniently upgrade and modify parameters on your own, and it offers convenient support for HTTPS (thanks to [xsharp](https://github.com/xsharp)).
2222
+ Latest Chinese Version: [v7](https://github.com/haxqer/confluence/tree/latest-zh) (Thanks to: [sunny1025g](https://github.com/sunny1025g) for the `zh` image. [#issues/16](https://github.com/haxqer/confluence/issues/16) )
2323

README_zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
新的Confluence/Jira版本仅支持数据中心许可证
44

55
---
6-
请务必升级到最新版(9.0.1 或者 8.5.12),因为 confluence 的这个 [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
6+
请务必升级到最新版(9.0.1 或者 8.5.14),因为 confluence 的这个 [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
77

88
相关的 issues:
99
+ [#38](https://github.com/haxqer/confluence/issues/38)
@@ -16,7 +16,7 @@
1616
默认端口: 8090
1717

1818
+ 最新版本(arm64&amd64): v8(8.9.5) v9(9.0.1)
19-
+ 长期维护的版本(arm64&amd64): v8(8.5.12)
19+
+ 长期维护的版本(arm64&amd64): v8(8.5.14)
2020
+ [新的使用方式](https://github.com/haxqer/confluence/tree/build-your-own) ,您可方便自行升级、修改各参数,支持https (感谢 [xsharp](https://github.com/xsharp)).
2121
+ 最新的修复中文乱码问题的版本: [v7](https://github.com/haxqer/confluence/tree/latest-zh) (感谢: [sunny1025g](https://github.com/sunny1025g) for the `zh` image. [#issues/16](https://github.com/haxqer/confluence/issues/16) )
2222

confluence_lts/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
FROM openjdk:11-bullseye
22

3-
LABEL maintainer="haxqer <haxqer666@gmail.com>" version="8.5.12"
3+
LABEL maintainer="haxqer <haxqer666@gmail.com>" version="8.5.14"
44

55
ARG ATLASSIAN_PRODUCTION=confluence
66
ARG APP_NAME=confluence
7-
ARG APP_VERSION=8.5.12
7+
ARG APP_VERSION=8.5.14
88
ARG AGENT_VERSION=1.3.3
99
ARG MYSQL_DRIVER_VERSION=8.0.22
1010

1111
ENV CONFLUENCE_HOME=/var/confluence \
1212
CONFLUENCE_INSTALL=/opt/confluence \
13-
JVM_MINIMUM_MEMORY=1g \
14-
JVM_MAXIMUM_MEMORY=3g \
15-
JVM_CODE_CACHE_ARGS='-XX:InitialCodeCacheSize=1g -XX:ReservedCodeCacheSize=2g' \
13+
JVM_MINIMUM_MEMORY=4g \
14+
JVM_MAXIMUM_MEMORY=16g \
15+
JVM_CODE_CACHE_ARGS='-XX:InitialCodeCacheSize=2g -XX:ReservedCodeCacheSize=4g' \
1616
AGENT_PATH=/var/agent \
1717
AGENT_FILENAME=atlassian-agent.jar \
1818
LIB_PATH=/confluence/WEB-INF/lib

confluence_lts/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22
services:
33
confluence:
4-
image: haxqer/confluence:8.5.12
4+
image: haxqer/confluence:8.5.14
55
container_name: confluence-srv
66
environment:
77
- TZ=Asia/Shanghai

0 commit comments

Comments
 (0)