teamatldocker / jira

Dockerized Atlassian Jira
https://hub.docker.com/r/teamatldocker/jira/
MIT License
437 stars 223 forks source link

Unable to build images for jira 7.11.0 #136

Closed Nertil closed 4 years ago

Nertil commented 4 years ago

Hello, I'm trying to build the image for Jira 7.11.0. The build process finishes successfully but when I run the image in a container I get the following error.

      Atlassian JIRA
      Version : 7.11.0

If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+Guide

Using JIRA_HOME:       /var/atlassian/jira

Server startup logs are located in /opt/jira/logs/catalina.out
*************************************************************************************************************************************
**********     Wrong JVM version! You are running with .. but JIRA requires at least 1.8 to run.      **********
*************************************************************************************************************************************

What I'm doing wrong?

Regards Nertil

blacklabelops commented 4 years ago

You need an older images, that can run with Jira 7. I suspect the new JVM base image is causing this issue. You need an older version of this repository.

blacklabelops commented 4 years ago

Try this: https://github.com/teamatldocker/jira/tree/785a796b6496f545df7c18377d1c0ded93089e4f

Nertil commented 4 years ago

It works perfectly. Thank you