haxqer / jira

The simplest docker file of JIRA. Support v9.17.2(latest) v10.0.1(latest) and v9.12.13(lts)
https://hub.docker.com/r/haxqer/jira
440 stars 252 forks source link

Release ARM64 docker image #7

Open odidev opened 3 years ago

odidev commented 3 years ago

I am trying to use jira docker image over ARM64v8 but it seems it does not have an arm64 supported tag in the docker hub

I have successfully built the image on arm64 platform by updating the base image to arm64v8/openjdk:11

ARM64 docker Image : https://hub.docker.com/layers/odidev/jira/openjdk11/images/sha256-a7509fbd6728cdc5e634bb2008767164cab38488f8c59d00fa2718430899c54e?context=explore

Do you have any plans for releasing an ARM64 image?

May I know how the amd64 image is getting published on Docker hub?

If Interested, I will raise the PR.

haxqer commented 3 years ago

Of course, it's my pleasure.

zhongyong commented 2 years ago
Error while setting up connection to Jira

cannot create application in Jira. Status Code =401

使用jira管理conf账号

haxqer commented 2 years ago

If you start with docker compose, you probably won't have this problem.

JIRA and confluence in the same network environment: https://github.com/haxqer/jira/blob/rm/docker-compose.yml#L19 https://github.com/haxqer/confluence/blob/master/docker-compose.yml#L19