jira icon indicating copy to clipboard operation
jira copied to clipboard

Release ARM64 docker image

Open odidev opened this issue 4 years ago • 3 comments

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.

odidev avatar Mar 10 '21 13:03 odidev

Of course, it's my pleasure.

haxqer avatar Mar 11 '21 07:03 haxqer

Error while setting up connection to Jira

cannot create application in Jira. Status Code =401

使用jira管理conf账号

zhongyong avatar Aug 30 '22 08:08 zhongyong

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

haxqer avatar Aug 31 '22 10:08 haxqer