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

/docker-entrypoint.sh: line 7: exec: dockerize: not found on wicked.kong container #58

Closed
DonMartin76 opened this issue Feb 16, 2017 · 1 comment
Labels
Milestone

Comments

@DonMartin76
Copy link
Member

After the update to 0.11.3, if you are using a docker-compose default deployment, you will experience the above error message when restarting the Kong container.

This is due to the fact that the default docker-compose.yml contains a command: "dockerize..." line for the kong: service.

dockerize does no longer work with Docker 1.13, and thus was removed from the image (and replaced with wait-for-it.sh).

Workaround: Remove the command: line for the kong service in docker-compose.yml

@DonMartin76 DonMartin76 added this to the 0.11.4 milestone Mar 20, 2017
@DonMartin76
Copy link
Member Author

This was due to a faulty release script for the kickstarter. Horribly sorry for that. Fixed retroactively for 0.11.3, and will be part of 0.11.4 as well.

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

No branches or pull requests

1 participant