Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Last active June 8, 2020 06:55
Show Gist options
  • Save mhemrg/02e6ef18e5136ef6d948c796359eb7d9 to your computer and use it in GitHub Desktop.
Save mhemrg/02e6ef18e5136ef6d948c796359eb7d9 to your computer and use it in GitHub Desktop.
A dockerfile for Jira
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
{
"port": 8080,
"volume": "/var/atlassian/jira"
}
@smartm13
Copy link

smartm13 commented Jun 7, 2020

Hi @mhemrg,
Does the crack worked out for you?
I'm having difficultly finding one myself.

@mhemrg
Copy link
Author

mhemrg commented Jun 8, 2020

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