teamatldocker / jira

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

dockerize: command not found #131

Closed romancin closed 5 years ago

romancin commented 5 years ago

Prerequisites

Description

With latest image, if you have variables to wait for DB defined, container desn't work:

docker logs -f jira
/usr/local/share/atlassian/docker-entrypoint.sh: line 49: dockerize: command not found

I checked Dockerfile and it seems that only dockerized variables are defined, but it is not installed. In docker-entrypoint.sh script, dockerized is used in case you have wait for db variables defined, so it fails.

Steps to Reproduce

  1. Define DOCKER_WAIT_HOST and DOCKER_WAIT_PORT variables in docker-compose
  2. docker-compose up -d
  3. Container immediately stops with error: /usr/local/share/atlassian/docker-entrypoint.sh: line 49: dockerize: command not found

Expected behavior: Jira should work normally

Actual behavior: Container stops

Reproduces how often: Always

Versions

Logs And Environment Information