Last active
June 8, 2020 06:55
-
-
Save mhemrg/02e6ef18e5136ef6d948c796359eb7d9 to your computer and use it in GitHub Desktop.
A dockerfile for Jira
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM cptactionhank/atlassian-jira-software:8.1.0 | |
COPY ./cracks/atlassian-extras-3.2.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/atlassian-extras-3.2.jar | |
COPY ./cracks/atlassian-universal-plugin-manager-plugin-4.0.1.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/atlassian-bundled-plugins/atlassian-universal-plugin-manager-plugin-4.0.1.jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"port": 8080, | |
"volume": "/var/atlassian/jira" | |
} |
Hello @smartm13.
Yes, it worked when I was using it. But this is for a long time ago. Maybe you need to try other Dockerfiles too.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mhemrg,
Does the crack worked out for you?
I'm having difficultly finding one myself.