Releases: RagedUnicorn/docker-jira-core
Releases · RagedUnicorn/docker-jira-core
v1.2.0
- Update licensing year to 2019
- Update base image to 1.2.0-jdk-stable
- Update docker-compose to 3.7
- Update postgresql image version
- Update jira version to 8.0.2
- Update container structure test base version to 1.4.0
- Fix upstart of jira - using default start script
- Add proper database initialisation and launch for jira
- Remove jira download after unpackaging
v1.1.0
- Use jira user to run jira process
- Unify dockerfile run commands to reduce layers
- Update entrypoint and dockery shell scripts with safer options
- Adopt better healthcheck pattern
- Update docker-compose file version to 3.6
- Add container structure tests
- Add docker-compose environmental file
- Add dockerignore file
- Allow passing of certain environmental variables via arg
- Replace hardcoded volume entries with environmental variables
- Update base jdk image to 1.1.0
- Update postgresql image version to 1.1.0
- Update licensing year to 2018
- Remove docker-compose networks
- Replace curl with wget
- Prefer logical and over semicolon for command concatenation
v1.0.1
Initial release