-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 8.1.0? #61
Comments
I noticed the CI builder says: Updated Atlassian JIRA Software master branch to latest version 8.1.0. So, it would seem CI builder knows about 8.1.0 from Atlassian at least. |
Looks like JIRA_VERSION was updated but Dockerfile is still fetching atlassian-jira-software-7.13.3.tar.gz. This seems a little brittle and would probably be fixed by PR #56. |
Also the CircleCI builder keeps reverting master to 7.13 after trying to upgrade to 8.1. It just did it again yesterday. |
Yes, It seems like the bin/prepare script is not working correctly. It will always pick the last entry for the tar file (the opposite to the comment in the file) and update the JIRA_VERSION back and forth between the two available versions. My guess is that previously, it has been only one entry in the Atlassian response. |
The version feed is now back to just single jira version (8.1.0) so the latest build is back to using 8.1.0. The problem in bin/prepare is still there so it will break again the next time there are multiple versions in the version feed. |
I think that atlassian considers 7.13.3 to be the 'long-term' version of Jira while 8.1 is the latest one, which is why the feed gives tars for both versions. So perhaps both of them should be built into separate branches? Also, this is the line in the bash script that pulls the version feed and is causing issues for reference:
|
It is now done. |
@blop maybe not explicitly tagged, but it is there. I am using latest: |
Using ":latest" in production configurations is not recommended : |
at least jira software 8.1.0 is finally there |
As long as the feed (https://my.atlassian.com/download/feeds/current/jira-software.json) does not contain any later version, this will not have that either. You could push Atlassian for updating their feed. |
https://my.atlassian.com/download/feeds/current/jira-software.json -> JIRA 8.2.1 Maybe it's the same issue ? |
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:
|
I noticed that version 8.1.0 is no longer available, and also the latest tag now points to an older version of Jira. Is there any way to get the 8.1.0 image back?
The text was updated successfully, but these errors were encountered: