Skip to content

Commit 373239f

Browse files
committedJan 16, 2024
8.7.2 and 8.5.5
1 parent 9c13fe4 commit 373239f

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-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.7.1"
3+
LABEL maintainer="haxqer <haxqer666@gmail.com>" version="8.7.2"
44

55
ARG ATLASSIAN_PRODUCTION=confluence
66
ARG APP_NAME=confluence
7-
ARG APP_VERSION=8.7.1
7+
ARG APP_VERSION=8.7.2
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.7.1 or 8.5.4), 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.7.2 or 8.5.5), 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.7.1)
20-
+ LTS Version: v8(8.5.4)
19+
+ Latest Version: v8(8.7.2)
20+
+ LTS Version: v8(8.5.5)
2121
+ 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) )
2222

2323
## Requirement
@@ -55,7 +55,7 @@ passwd=123456
5555
- start 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.7.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.7.2
5959
```
6060

6161
- config your own db:

‎README_zh.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# confluence
22

33
新的Confluence/Jira版本仅支持数据中心许可证
4+
45
---
5-
请务必升级到最新版(8.7.1 或者 8.5.4),因为 confluence 的这个 [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
6+
请务必升级到最新版(8.7.2 或者 8.5.5),因为 confluence 的这个 [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
67

78
相关的 issues:
89
+ [#38](https://github.com/haxqer/confluence/issues/38)
@@ -14,8 +15,8 @@
1415

1516
默认端口: 8090
1617

17-
+ 最新版本: v8(8.7.1)
18-
+ 长期维护的版本: v8(8.5.4)
18+
+ 最新版本: v8(8.7.2)
19+
+ 长期维护的版本: v8(8.5.5)
1920
+ 最新的修复中文乱码问题的版本: [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) )
2021

2122
## 环境要求
@@ -53,7 +54,7 @@
5354
- 启动 confluence
5455

5556
```
56-
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.7.1
57+
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.7.2
5758
```
5859

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

‎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.4"
3+
LABEL maintainer="haxqer <haxqer666@gmail.com>" version="8.5.5"
44

55
ARG ATLASSIAN_PRODUCTION=confluence
66
ARG APP_NAME=confluence
7-
ARG APP_VERSION=8.5.4
7+
ARG APP_VERSION=8.5.5
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.4
4+
image: haxqer/confluence:8.5.5
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.7.1
4+
image: haxqer/confluence:8.7.2
55
container_name: confluence-srv
66
environment:
77
- TZ=Asia/Shanghai

0 commit comments

Comments
 (0)
Please sign in to comment.