Skip to content

Commit eec68bf

Browse files
committed
8.7.1 and 8.5.4
1 parent ecfdb3c commit eec68bf

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

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

README.md

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

33
---
4-
Please be sure to upgrade to the latest version(8.6.1 or 8.5.3), as this [bug](https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html).
4+
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).
55

66
Related issues:
77
+ [#38](https://github.com/haxqer/confluence/issues/38)
88
+ [#39](https://github.com/haxqer/confluence/issues/39)
9+
+ [#46](https://github.com/haxqer/confluence/issues/46) (Thanks to: [pldavid2](https://github.com/pldavid2))
910

1011
---
1112
[README](README.md) | [中文文档](README_zh.md)
1213

1314
default port: 8090
1415

15-
+ Latest Version: v8(8.6.1)
16-
+ LTS Version: v8(8.5.3)
16+
+ Latest Version: v8(8.7.1)
17+
+ LTS Version: v8(8.5.4)
1718
+ 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) )
1819

1920
## Requirement
@@ -51,7 +52,7 @@ passwd=123456
5152
- start confluence
5253

5354
```
54-
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.6.1
55+
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
5556
```
5657

5758
- config your own db:

README_zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# confluence
22

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

66
相关的 issues:
77
+ [#38](https://github.com/haxqer/confluence/issues/38)
@@ -13,8 +13,8 @@
1313

1414
默认端口: 8090
1515

16-
+ 最新版本: v8(8.6.1)
17-
+ 长期维护的版本: v8(8.5.3)
16+
+ 最新版本: v8(8.7.1)
17+
+ 长期维护的版本: v8(8.5.4)
1818
+ 最新的修复中文乱码问题的版本: [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) )
1919

2020
## 环境要求
@@ -52,7 +52,7 @@
5252
- 启动 confluence
5353

5454
```
55-
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.6.1
55+
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
5656
```
5757

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

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

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

0 commit comments

Comments
 (0)