Skip to content

TomaszBelina/docker-atlassian-jira-software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlassian JIRA Software in a Docker container

Version 7.0.5

Build Status Open Issues Stars on GitHub Forks on GitHub Stars on Docker Hub Pulls on Docker Hub

A containerized installation of Atlassian JIRA Software setup with a goal of keeping the installation as default as possible, but with a few Docker related twists.

Want to help out, check out the contribution section.

I'm in the fast lane! Get me started

To quickly get started with running a JIRA Software instance, first run the following command:

docker run --detach --publish 8080:8080 cptactionhank/atlassian-jira-software:7.0.4

Then use your browser to navigate to http://[dockerhost]:8080 and finish the configuration.

The slower road to get started

For a more in-depth documentation on how to get started please visit the website made for this purpose. cptactionhank.github.io/docker-atlassian-jira-software

Contributions

This has been made with the best intentions and current knowledge and thus it shouldn't be expected to be flawless. However you can support this repository with best-practices and other additions. Circle-CI has been setup to build the Dockerfile and run acceptance tests on the Atlassian JIRA Software image to ensure it is working.

Circle-CI has been setup to automatically deploy new version branches when successfully building a new version of Atlassian JIRA Software in the master branch and serves as the base. Furthermore an eap branch has been setup to automatically build and commit updates to ensure the eap branch contains the latest version of Atlassian JIRA Software Early Access Preview.

Out of date documentation, lack of tests, etc. you can help out by either creating an issue and open a discussion or sending a pull request with modifications to the appropriate branch.

Acceptance tests are performed by Circle-CI with Ruby using the RSpec, Capybara, and PhantomJS frameworks.

About

Atlassian JIRA Software wrapped in a Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.5%
  • Shell 15.5%