Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Atlassian JIRA Core wrapped in a Docker image
License
cptactionhank/docker-atlassian-jira
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HEADS UP! The
latesttag and versions above 7.7.1 will be switching to use Alpine versions of OpenJDK as the base image. Major change is the daemon users uid has changed from1to2.
This is a containerized installation of Atlassian JIRA Core with Docker, and it's a match made in heaven for us all to enjoy. The aim of this image is to keep the installation as straight forward as possible, but with a few Docker related twists. You can get started by clicking the appropriate link below and reading the documentation.
If you want to help out, you can check out the contribution section further down.
To quickly get started running a JIRA Core instance, use the following command:
docker run --detach --publish 8080:8080 cptactionhank/atlassian-jira:latest
Then simply navigate your preferred browser tohttp://[dockerhost]:8080 and finish the configuration.
You can configure a small set of things by supplying the following environment variables
| Environment Variable | Description |
|---|---|
| X_PROXY_NAME | Sets the Tomcat ConnectorsProxyName attribute |
| X_PROXY_PORT | Sets the Tomcat ConnectorsProxyPort attribute |
| X_PROXY_SCHEME | If set tohttps the Tomcat Connectorssecure=true andredirectPort equal toX_PROXY_PORT |
| X_PATH | Sets the Tomcat connectorspath attribute |
This image has been created with the best intentions and an expert understanding of docker, but it should not be expected to be flawless. Should you be in the position to do so, I request that you help support this repository with best-practices and other additions.
Travis CI and CircleCI has been configured to build the Dockerfile and run acceptance tests on the Atlassian JIRA Core image to ensure it is working.
Travis CI has additionally been configured to automatically deploy new version branches when successfully building a new version of Atlassian JIRA Core in themaster branch and serves as the base. Furthermore aneap branch has been setup to automatically build and commit updates to ensure this branch contains the latest version of Atlassian JIRA Core Early Access Program.
If you see out of date documentation, lack of tests, etc., you can help out by either
- creating an issue and opening a discussion, or
- sending a pull request with modifications (remember to readcontributing guide before.)
Continuous Integration and Continuous Delivery is made possible with the great services fromGitHub,Travis CI, andCircleCI written inRuby, usingRSpec,Capybara, andPhantomJS frameworks.
About
Atlassian JIRA Core wrapped in a Docker image
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.