docker-atlassian-jira
docker-atlassian-jira copied to clipboard
Jira 8.0.+ not tagged to Docker Hub
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.
I miss 8.1 too :)
Me too! @cptactionhank
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
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
and its important right now.
https://confluence.atlassian.com/jira/jira-security-advisory-2019-07-10-973486595.html
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:
docker pull cptactionhank/atlassian-jira-software(get "latest" version of the image)docker tag cptactionhank/atlassian-jira:latest cptactionhank/atlassian-jira:8.3.0(tag this image locally)- check that you see both "latest" and "8.3.0" version with the same "Image ID" in
docker images | headlisting docker rmi cptactionhank/atlassian-jira:latest(clean unused "latest" version)
There is now an official docker image jira