Skip to content
New issue

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

Dockerfile, docker-entrypoint.sh not sync with those from docker-atlassian-jira image #43

Open
jdespatis opened this issue Apr 17, 2018 · 0 comments

Comments

@jdespatis
Copy link

Hello

I've noticed several differences between the 2 images:

  • docker-atlassian-jira
  • docker-atlassian-jira-software

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 :

  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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant