Jira Software docker container for Checkmarx integration
1.0K
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 .
docker run --name jira --rm -p 8082:8080 -v jira:/var/atlassian/jira cxai/cxjira
To change timezone add -e "TZ=America/Los_Angeles"
Checkmarx for Jira integration:
To change timezone add -e "TZ=America/Los_Angeles" to the docker run command
Remove the volume with docker volume rm jira. The next time you start you will go through the setup/licensing steps again.
Content type
Image
Digest
Size
364.8 MB
Last updated
over 8 years ago
docker pull cxai/cxjira