Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New LTS version #91

Open
wants to merge 12 commits into
base: rm
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:11-bullseye
FROM openjdk:17-bullseye

LABEL maintainer="haxqer <[email protected]>" version="9.17.4"
LABEL maintainer="haxqer <[email protected]>" 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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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版本仅支持数据中心许可证
Expand Down
4 changes: 2 additions & 2 deletions beta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:17-bullseye

LABEL maintainer="haxqer <[email protected]>" version="10.1.1"
LABEL maintainer="haxqer <[email protected]>" 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
Expand Down
2 changes: 1 addition & 1 deletion beta/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions lts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:8-bullseye
FROM openjdk:17-bullseye

LABEL maintainer="haxqer <[email protected]>" version="9.12.14"
LABEL maintainer="haxqer <[email protected]>" 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
Expand Down
2 changes: 1 addition & 1 deletion lts/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down