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 7.9.0 availability #70

Closed bobswift closed 6 years ago

bobswift commented 6 years ago

Jira 7.9.0 has just become available. It looks like there is an automated builder that finds, changes, and commits the update of the Jira version. How and when does that get kicked off?

cptactionhank commented 6 years ago

IFTTT kicks off a CircleCI build of the master branch on a daily basis, have a look at the circle.yml and related scripts. Docker Hub auto tags branch to tag ie. master->latest and x.x.x->x.x.x

bobswift commented 6 years ago

Nice. Thank you for the explanation! The image appeared shortly after my request, so it was available very quickly after the Atlassian release :).