Skip to content

Commit 7cff842

Browse files
committed
Latest: v8(8.9.0), LTS: v8(8.5.7)
1 parent 3f05db0 commit 7cff842

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

Dockerfile

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

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

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

README.md

+4-4
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(8.8.1 or 8.5.7), 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(8.9.0 or 8.5.8), 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)
@@ -16,8 +16,8 @@ Related issues:
1616

1717
default port: 8090
1818

19-
+ Latest Version: v8(8.8.1)
20-
+ LTS Version: v8(8.5.7)
19+
+ Latest Version: v8(8.9.0)
20+
+ LTS Version: v8(8.5.8)
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

@@ -56,7 +56,7 @@ passwd=123456
5656
- start confluence
5757

5858
```
59-
docker volume create confluence_home_data && docker network create confluence-network && docker run -p 8090:8090 -v confluence_home_data:/var/confluence --network confluence-network --name confluence-srv -e TZ='Asia/Shanghai' haxqer/confluence:8.8.1
59+
docker volume create confluence_home_data && docker network create confluence-network && docker run -p 8090:8090 -v confluence_home_data:/var/confluence --network confluence-network --name confluence-srv -e TZ='Asia/Shanghai' haxqer/confluence:8.9.0
6060
```
6161

6262
- config your own db:

README_zh.md

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

55
---
6-
请务必升级到最新版(8.8.1 或者 8.5.7),因为 confluence 的这个 [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
6+
请务必升级到最新版(8.9.0 或者 8.5.8),因为 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)
@@ -15,8 +15,8 @@
1515

1616
默认端口: 8090
1717

18-
+ 最新版本: v8(8.8.1)
19-
+ 长期维护的版本: v8(8.5.7)
18+
+ 最新版本: v8(8.9.0)
19+
+ 长期维护的版本: v8(8.5.8)
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

@@ -55,7 +55,7 @@
5555
- 启动 confluence
5656

5757
```
58-
docker volume create confluence_home_data && docker network create confluence-network && docker run -p 8090:8090 -v confluence_home_data:/var/confluence --network confluence-network --name confluence-srv -e TZ='Asia/Shanghai' haxqer/confluence:8.8.1
58+
docker volume create confluence_home_data && docker network create confluence-network && docker run -p 8090:8090 -v confluence_home_data:/var/confluence --network confluence-network --name confluence-srv -e TZ='Asia/Shanghai' haxqer/confluence:8.9.0
5959
```
6060

6161
- 然后配置你的数据库:

confluence_lts/Dockerfile

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

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

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

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.7
4+
image: haxqer/confluence:8.5.8
55
container_name: confluence-srv
66
environment:
77
- TZ=Asia/Shanghai

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.8.1
4+
image: haxqer/confluence:8.9.0
55
container_name: confluence-srv
66
environment:
77
- TZ=Asia/Shanghai

0 commit comments

Comments
 (0)