docker-atlassian-jira icon indicating copy to clipboard operation
docker-atlassian-jira copied to clipboard

Jira 8.0.+ not tagged to Docker Hub

Open loic-lopez opened this issue 6 years ago • 7 comments

Hello,

I don't know if it's intentional but Jira 8.0.1 and 8.0.2 are not tagged to the Docker Hub

Thanks to your work, it saves me a lot of time.

loic-lopez avatar Apr 03 '19 16:04 loic-lopez

I miss 8.1 too :)

blop avatar Apr 10 '19 17:04 blop

Me too! @cptactionhank

boer025 avatar Apr 11 '19 13:04 boer025

same for atlassian-jira-software, not sure why ? is it deployed automatically to dockerhub ?

https://hub.docker.com/r/cptactionhank/atlassian-jira/tags https://hub.docker.com/r/cptactionhank/atlassian-jira-software/tags

blop avatar Apr 11 '19 13:04 blop

Any update to that issue @cptactionhank ?

Master branch seems to update just fine, only branch creation on github side seems broken. Without branch no tag on hub.docker.com

smurfy avatar Jun 19 '19 20:06 smurfy

and its important right now.

https://confluence.atlassian.com/jira/jira-security-advisory-2019-07-10-973486595.html

jkroepke avatar Jul 10 '19 21:07 jkroepke

As a workaround you can pull the latest images and tag it localy, so you can use it in your process.

Assuming the latest commit is refering to the desired tag update (8.3.0 actually) the commands are:

  1. docker pull cptactionhank/atlassian-jira-software (get "latest" version of the image)
  2. docker tag cptactionhank/atlassian-jira:latest cptactionhank/atlassian-jira:8.3.0 (tag this image locally)
  3. check that you see both "latest" and "8.3.0" version with the same "Image ID" in docker images | head listing
  4. docker rmi cptactionhank/atlassian-jira:latest (clean unused "latest" version)

loneken79 avatar Jul 24 '19 14:07 loneken79

There is now an official docker image jira

viceice avatar Sep 04 '19 14:09 viceice