All Projects → cptactionhank → Docker Atlassian Jira

cptactionhank / Docker Atlassian Jira

Licence: mit
Atlassian JIRA Core wrapped in a Docker image

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Docker Atlassian Jira

Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+714.65%)
Mutual labels:  jira
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (-30.38%)
Mutual labels:  container
Codestream
The Code Collaboration Tool Built for Remote Teams
Stars: ✭ 459 (-17%)
Mutual labels:  jira
Serving
Kubernetes-based, scale-to-zero, request-driven compute
Stars: ✭ 4,238 (+666.37%)
Mutual labels:  container
Docker practice
Learn and understand Docker technologies, with real DevOps practice!
Stars: ✭ 19,768 (+3474.68%)
Mutual labels:  container
Php Jira Rest Client
PHP classes interact Jira with the REST API.
Stars: ✭ 394 (-28.75%)
Mutual labels:  jira
Fix8
Modern open source C++ FIX framework featuring complete schema customisation, high performance and fast development.
Stars: ✭ 319 (-42.31%)
Mutual labels:  jira
Liman
Self-hosted web application for monitoring docker.
Stars: ✭ 518 (-6.33%)
Mutual labels:  container
Awesome Docker
🐳 A curated list of Docker resources and projects
Stars: ✭ 20,870 (+3673.96%)
Mutual labels:  container
Nar
node.js application archive - create self-contained binary like executable applications that are ready to ship and run
Stars: ✭ 428 (-22.6%)
Mutual labels:  container
Element Queries Spec
A spec for a Container-Style Element Query Syntax
Stars: ✭ 375 (-32.19%)
Mutual labels:  container
Kubeedge
Kubernetes Native Edge Computing Framework (project under CNCF)
Stars: ✭ 4,582 (+728.57%)
Mutual labels:  container
Tstl
TypeScript-STL (Standard Template Library, migrated from C++)
Stars: ✭ 397 (-28.21%)
Mutual labels:  container
Tbox
🎁 A glib-like multi-platform c library
Stars: ✭ 3,800 (+587.16%)
Mutual labels:  container
Kraken
P2P Docker registry capable of distributing TBs of data in seconds
Stars: ✭ 4,849 (+776.85%)
Mutual labels:  container
Jira
Dockerized Atlassian Jira
Stars: ✭ 346 (-37.43%)
Mutual labels:  jira
Di
Dependency injection container in go (golang)
Stars: ✭ 390 (-29.48%)
Mutual labels:  container
Nexclipper
Metrics Pipeline for interoperability and Enterprise Prometheus
Stars: ✭ 533 (-3.62%)
Mutual labels:  container
Seqbox
A single file container/archive that can be reconstructed even after total loss of file system structures
Stars: ✭ 480 (-13.2%)
Mutual labels:  container
Cc Oci Runtime
OCI (Open Containers Initiative) compatible runtime for Intel® Architecture
Stars: ✭ 418 (-24.41%)
Mutual labels:  container

CircleCI Build Status Open Issues Stars on GitHub Forks on GitHub Stars on Docker Hub Pulls on Docker Hub Sponsor by PayPal

HEADS UP! The latest tag 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 from 1 to 2.

Atlassian JIRA Core in a Docker container

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.

I'm in the fast lane! Get me started

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 to http://[dockerhost]:8080 and finish the configuration.

Configuration

You can configure a small set of things by supplying the following environment variables

Environment Variable Description
X_PROXY_NAME Sets the Tomcat Connectors ProxyName attribute
X_PROXY_PORT Sets the Tomcat Connectors ProxyPort attribute
X_PROXY_SCHEME If set to https the Tomcat Connectors secure=true and redirectPort equal to X_PROXY_PORT
X_PATH Sets the Tomcat connectors path attribute

Contributions

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 the master branch and serves as the base. Furthermore an eap 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 read contributing guide before.)

Continuous Integration and Continuous Delivery is made possible with the great services from GitHub, Travis CI, and CircleCI written in Ruby, using RSpec, Capybara, and PhantomJS frameworks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].