Since this base repository is used to maintain multiple images of Jira managed by it-economics, we have included some options to improve it with our CI/CD pipeline.
The folder copyroot will be copied to the root folder of the image.
Below this folder, the file copyroot/copycat is the one, that has to be
present for the COPY command within the Dockerfile never to fail.
The folder copyroot/override-config is optional and not provided within this
base repository. It could contain two configuration files: A pre.sh and / or
a post.sh.
The pre.sh can be used to override some environmental variables – i.e. the
following lines of shell script:
#!/usr/bin/env sh
export JIRAVERSION=atlassian-jira-software-7.13.5-x64.bin
It will be executed immediately after initialising all default values for the build process.
The post.sh file could install further plugins for Jira and will be executed
as last task before clean up.
Content type
Image
Digest
Size
1008.2 MB
Last updated
about 5 years ago
docker pull devopsansiblede/jira