question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BC break in Docker Che entrypoint.sh

See original GitHub issue

A 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:closed
  • Created 6 years ago
  • Comments:53 (40 by maintainers)

github_iconTop GitHub Comments

1reaction
riuvshincommented, May 26, 2017

@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!

1reaction
riuvshincommented, May 25, 2017

@davidwindell here is a PR to fix that https://github.com/eclipse/che/pull/5202 we will include it in next bugfix release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found