Greetings,
I just pulled down the jira docker image 8.11.0. I read the instructions (https://hub.docker.com/r/atlassian/jira-software) for setting DB info in the environment, but it seems to be ignored.
docker run --network mynet --name jira -e ATL_JDBC_USER=jira -e ATL_JDBC_PASSWORD=password -e ATL_DB_DRIVER=org.postgresql.Driver -e ATL_JDBC_URL=jdbc:postgresql://postgres:5432/jira -e ATL_DB_TYPE=postgres72 -e ATL_DB_SCHEMA_NAME=public -p 8080:8080 -v /apps/jira/:/var/atlassian/application-data/jira:z -i -t --rm docker.io/haxqer/jira:8.11.0
When jira launches:
2020-10-15 15:33:06,897+0000 JIRA-Bootstrap INFO [c.a.j.config.database.DatabaseConfigurationManagerImpl] The database is not yet configured. Enqueuing Database Checklist Launcher on post-database-configured-but-pre-database-activated queue
2020-10-15 15:33:06,897+0000 JIRA-Bootstrap INFO [c.a.j.config.database.DatabaseConfigurationManagerImpl] The database is not yet configured. Enqueuing Post database-configuration launchers on post-database-activated queue
and it takes me through the wizard.
I solved this. The image that was pulled down was (somehow) not atlassian's official image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.