cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
621 stars 248 forks source link

Jira 8.0.+ not tagged to Docker Hub #93

Open loic-lopez opened 5 years ago

loic-lopez commented 5 years ago

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.

blop commented 5 years ago

I miss 8.1 too :)

boer025 commented 5 years ago

Me too! @cptactionhank

blop commented 5 years ago

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

smurfy commented 5 years ago

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

jkroepke commented 5 years ago

and its important right now.

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

loneken79 commented 5 years ago

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)
viceice commented 5 years ago

There is now an official docker image jira