cptactionhank / docker-atlassian-jira-service-desk

Atlassian JIRA Service Desk wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-service-desk
MIT License
48 stars 39 forks source link

Add MySQL JDBC Driver #2

Closed JKNetwork closed 7 years ago

JKNetwork commented 8 years ago

It would be nice if you can add the JDBC MySQL driver to the image.

cptactionhank commented 8 years ago

It already is added

curl -Ls "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.38.tar.gz" | tar -xz --directory "${JIRA_INSTALL}/lib" --strip-components=1 --no-same-owner "mysql-connector-java-5.1.38/mysql-connector-java-5.1.38-bin.jar"

and there is acceptance tests using MySQL as an external database. Can you elaborate on what you are experiencing to conclude the MySQL is not available?

cptactionhank commented 7 years ago

Closed due to inactivity and it was never and issue to begin with