BC break in Docker Che entrypoint.sh
See original GitHub issueA recent change to entrypoint.sh
https://github.com/eclipse/che/commit/4813a1a712abb1e0bb949b1c2dcdc7a7b206fd63#diff-1da4013f60e1b92b5613cf9680423a88 seems to have caused our environments to start up without the users database or custom stacks.
Are there upgrade docs for this or do we need to set CHE_HOME
in an env var?
Issue Analytics
- State:
- Created 6 years ago
- Comments:53 (40 by maintainers)
Top Results From Across the Web
Best practices for writing Dockerfiles - Docker Documentation
The best use for ENTRYPOINT is to set the image's main command, allowing that image to be run as though it was that...
Read more >Why won't my docker-entrypoint.sh execute? - Stack Overflow
I was tearing my hair out with an issue very similar to this. In my case /bin/bash DID exist. But actually the problem...
Read more >postgres/docker-entrypoint.sh at master - GitHub
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read more >Run your CI/CD jobs in Docker containers - GitLab Docs
The runner starts a Docker container using the defined entrypoint. ... For Docker 17.03 and earlier, the entrypoint can be set to /bin/sh...
Read more >Shutdown Signals with Docker Entrypoint Scripts
Docker will completely ignore any other process running within this container. So that means when we issue a docker stop , the Docker...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@davidwindell sorry for this silly bugs. You can ping any time you need and we will try to help you asap. Hava a nice weekends!
@davidwindell here is a PR to fix that https://github.com/eclipse/che/pull/5202 we will include it in next bugfix release.