Jira server install using puppet and centos 7
10K+
** IMAGE OBSOLETE!!! **
Since Atlassian started creating their own version of jira software images this one is no longer supported and considered obsolete please use the official images.
Current branch: latest
8.2.4.18.1.2.1,8.1.1.1,8.1.0.17.11.1.17.8.1.17.7.1.17.3.8.17.2.3.4,7.2.3.3,7.2.3.2,7.2.3.17.2.2.4,7.2.2.3,7.2.2.2,7.2.2.17.1.9.1For previous versions or newest releases see other branches.
Dockerfiles to build Jira
8.2.4.1 - Latest: Upgrade - 8.1.2 -> 8.2.4;8.1.2.1 - Upgrade - 8.1.1 -> 8.1.2;8.1.1.1 - Upgrade - 8.1.0 -> 8.1.1;8.1.0.1 - Upgrade - 7.11.1 -> 8.1.0; Changed java to openjdk-1.8.0.2127.11.1.1 - Upgrade - 7.8.1 -> 7.11.1; Upgraded java to 8u1817.8.1.1 - Upgrade - 7.7.1 -> 7.8.1;7.7.1.1 - Upgrade - 7.3.8 -> 7.7.1; Upgraded java to 8u1617.3.8.1 - Upgrade - 7.2.3 -> 7.3.8; Upgraded java to 8u1317.2.3.4 - Fix on java cacerts pointing7.2.3.3 - Fix Startup Script7.2.3.2 - Upgraded java to 111 build 147.2.3.1 - Upgraded to Jira 7.2.37.2.2.4 - Added feature to copy the content of the conf dir after startup (to share the dir)7.2.2.3 - Some small fixes on the startup scripts7.2.2.2 - Jira 7.2.27.1.9.2 - 7.1.97.1.9.1 - First versionPull the image from docker hub.
docker pull ffquintella/docker-jira
Alternately you can build the image locally.
git clone https://github.com/ffquintella/docker-jira.git
cd docker-jira
./build.sh
Just create a volume or share a host directory for /opt/jira-home and (optionaly) for the configuration dir jira uses.
You can also use the pre_run_cmd variable to determine commands to be pre-runned
This image doesn't use data volumes by default but you should configure /opt/jira-home to point to a data volume or to point to a folder in the local disk
No special users
Next ports are exposed
8080/tcp - default portWe use puppet as the default entry point to manage the environment
Jira is launched in background. Which means that is possible to restart jira without restarting the container.
It is recommended to specify hostname for this image, so if you will recreate bamboo instance you will keep the same hostname.
The image is configured to use /etc/pki/tls/certs as the base ssl cert configuration. Java will use /etc/pki/tls/certs/java/cacerts as it's keychain.
If you want to add more certs to it ou can mount this file.
Some basic configurations are allowed to configure the system and make it easier to change at docker command line
Basically stop your running container;
Docker pull latest version
Start a new instance with the new image (backup your data dir)
My thanks to the following
Content type
Image
Digest
Size
205.2 MB
Last updated
over 5 years ago
docker pull ffquintella/docker-jira