We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I've noticed several differences between the 2 images:
But they should share a lot of files (nearly all, only the lira package name changes I think)
The most important difference I've seen is in docker-atlassian-jira-software: those precious lines are missing in docker-entrypoint.sh :
docker-entrypoint.sh
if [ "${X_PROXY_SCHEME}" = "https" ]; then xmlstarlet ed --inplace --pf --ps --insert '//Connector[@port="8080"]' --type "attr" --name "secure" --value "true" "${JIRA_INSTALL}/conf/server.xml" xmlstarlet ed --inplace --pf --ps --update '//Connector[@port="8080"]/@redirectPort' --value "${X_PROXY_PORT}" "${JIRA_INSTALL}/conf/server.xml" fi
Also, small stuff, docker-atlassian-jira-software uses 5.1.38 MySQL connector but docker-atlassian-jira uses a more recent one (5.1.45)
Could you have a look at those differences please ? ;)
Thanks a lot for your work !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I've noticed several differences between the 2 images:
But they should share a lot of files (nearly all, only the lira package name changes I think)
The most important difference I've seen is in docker-atlassian-jira-software:
those precious lines are missing in
docker-entrypoint.sh
:Also, small stuff, docker-atlassian-jira-software uses 5.1.38 MySQL connector but docker-atlassian-jira uses a more recent one (5.1.45)
Could you have a look at those differences please ? ;)
Thanks a lot for your work !
The text was updated successfully, but these errors were encountered: