diff --git a/Dockerfile b/Dockerfile index 21acd9b..8175085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM openjdk:11-bullseye +FROM openjdk:17-bullseye -LABEL maintainer="haxqer " version="9.17.4" +LABEL maintainer="haxqer " version="10.3.0" -ARG JIRA_VERSION=9.17.4 +ARG JIRA_VERSION=10.3.0 # Production: jira-software jira-core ARG JIRA_PRODUCT=jira-software ARG AGENT_VERSION=1.3.3 diff --git a/README.md b/README.md index f1e3e39..f366f23 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [README](README.md) | [中文文档](README_zh.md) -+ Long Term Support Version(arm64&amd64): v9.12.14 -+ Latest Version(arm64&amd64): v9.17.4 -+ Beta Version(arm64&amd64): v10.1.1 ++ Long Term Support Version(arm64&amd64): v10.3.0 ++ Latest Version(arm64&amd64): v10.3.0 ++ Beta Version(arm64&amd64): v10.3.0 + [The new way](https://github.com/haxqer/jira/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)). New Confluence/Jira releases support only Data Center licenses. To generate a Data Center licenses, add the `-d` parameter. diff --git a/README_zh.md b/README_zh.md index 3a15ef4..c5640a4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -7,9 +7,9 @@ [README](README.md) | [中文文档](README_zh.md) -+ Long Term Support Version(支持 arm64&amd64): v9.12.14 -+ Latest Version(支持 arm64&amd64): v9.17.4 -+ Beta Version(支持 arm64&amd64): v10.1.1 ++ Long Term Support Version(支持 arm64&amd64): v10.3.0 ++ Latest Version(支持 arm64&amd64): v10.3.0 ++ Beta Version(支持 arm64&amd64): v10.3.0 + [新的使用方式](https://github.com/haxqer/jira/tree/build-your-own) ,您可方便自行升级、修改各参数,支持https (感谢 [xsharp](https://github.com/xsharp)). 新的Confluence/Jira版本仅支持数据中心许可证 diff --git a/beta/Dockerfile b/beta/Dockerfile index 20735f6..8175085 100644 --- a/beta/Dockerfile +++ b/beta/Dockerfile @@ -1,8 +1,8 @@ FROM openjdk:17-bullseye -LABEL maintainer="haxqer " version="10.1.1" +LABEL maintainer="haxqer " version="10.3.0" -ARG JIRA_VERSION=10.1.1 +ARG JIRA_VERSION=10.3.0 # Production: jira-software jira-core ARG JIRA_PRODUCT=jira-software ARG AGENT_VERSION=1.3.3 diff --git a/beta/docker-compose.yml b/beta/docker-compose.yml index c776560..3213113 100644 --- a/beta/docker-compose.yml +++ b/beta/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: jira: - image: haxqer/jira:10.1.1 + image: haxqer/jira:10.3.0 container_name: jira-srv environment: - TZ=Asia/Shanghai diff --git a/docker-compose.yml b/docker-compose.yml index 26f0acc..3213113 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: jira: - image: haxqer/jira:9.17.4 + image: haxqer/jira:10.3.0 container_name: jira-srv environment: - TZ=Asia/Shanghai diff --git a/lts/Dockerfile b/lts/Dockerfile index 99ddf47..8175085 100644 --- a/lts/Dockerfile +++ b/lts/Dockerfile @@ -1,8 +1,8 @@ -FROM openjdk:8-bullseye +FROM openjdk:17-bullseye -LABEL maintainer="haxqer " version="9.12.14" +LABEL maintainer="haxqer " version="10.3.0" -ARG JIRA_VERSION=9.12.14 +ARG JIRA_VERSION=10.3.0 # Production: jira-software jira-core ARG JIRA_PRODUCT=jira-software ARG AGENT_VERSION=1.3.3 diff --git a/lts/docker-compose.yml b/lts/docker-compose.yml index 7f8be70..3213113 100644 --- a/lts/docker-compose.yml +++ b/lts/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: jira: - image: haxqer/jira:9.12.14 + image: haxqer/jira:10.3.0 container_name: jira-srv environment: - TZ=Asia/Shanghai