Sign inSign up

cxai/cxjira

By cxai

•Updated over 8 years ago

Jira Software docker container for Checkmarx integration

Image
0

1.0K

cxai/cxjira repository overview

⁠Jira docker container for Checkmarx integration

dockerfile⁠

Jira Software in its out-of-the-box configuration, ready for integrating with Checkmarx. Full setup requires an Atlassian account to get the 90 day eval license. The license can be renewed (see below). Based off Martin Aksel Jensen's build⁠

No special options are required to build the image: docker build -t cxai/cxjira .

⁠Running

docker run --name jira --rm -p 8082:8080 -v jira:/var/atlassian/jira cxai/cxjira

To change timezone add -e "TZ=America/Los_Angeles"

⁠Setup

  1. Connect to Jira on http://localhost:8082⁠
  2. Click "Set it up for me", then generate the license, set the admin user, wait until all configuration is done.
  3. Go through the admin user and first project setup

Checkmarx for Jira integration:

  1. Go to Management > Connection Settings > Issue Tracking Settings, and click Add Issue Tracking System
  2. Edit existing or create a new project and select the "Jira docker container" under Advanced -> Issue Tracking settings

To change timezone add -e "TZ=America/Los_Angeles" to the docker run command

⁠Renewing the eval license

Remove the volume with docker volume rm jira. The next time you start you will go through the setup/licensing steps again.

⁠References

Tag summary

Content type

Image

Digest

Size

364.8 MB

Last updated

over 8 years ago

docker pull cxai/cxjira