-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UTILITY_IMAGE_CHEIP: unbound variable #3716
Comments
Somehow your docker images are getting mixed up with latest and others that you have built. Wipe all of your images or rebuild the images from the dockerfiles directory and then rerun. |
@aleksei-burakov since you use the latest Che code, you need to use nightly image: Can you give it a try? |
@eivantsov it seems that I have first to destroy the latest version, but I can't because of the same error. Without destroying the latest it returns
However |
|
After removing all docker images, the latest version has started. |
When starting a project it returns
UTILITY_IMAGE_CHEIP: unbound variable
Reproduction Steps:
I have cloned and compiled a fresh che about an hour ago. When I start is as
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v ~/che:/repo -v ~/che:/data eclipse/che-cli start
it returnsPreviously this error did not occure.
Che version: 5.0.0
OS and version: Ubuntu 16.04
Docker version: 1.12.5
Che cli.log output:
The text was updated successfully, but these errors were encountered: