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

UTILITY_IMAGE_CHEIP: unbound variable #3716

Closed
aleksei-burlakov opened this issue Jan 13, 2017 · 5 comments
Closed

UTILITY_IMAGE_CHEIP: unbound variable #3716

aleksei-burlakov opened this issue Jan 13, 2017 · 5 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@aleksei-burlakov
Copy link

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 returns

WARN: You are using CLI image version 'latest' which is set to '5.0.0'.
WARNING: No swap limit support
INFO: (che cli): :/repo mounted - using binaries from your local repository
INFO: (che cli): Checking network... (hint: '--fast' skips version and network checks)
INFO: (che cli): Loading cli...
/repo/dockerfiles/cli/scripts/cli.sh: line 10: UTILITY_IMAGE_CHEIP: unbound variable

Previously 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:

Fri Jan 13 09:53:55 UTC 2017
INFO: (che cli): Checking network... (hint: '--fast' skips version and network checks)
/usr/bin/curl  "-I -k dockerhub.com -s -o /dev/null --write-out %{http_code}"
INFO: (che cli): Loading cli...
Fri Jan 13 09:54:22 UTC 2017
INFO: (che cli): Checking network... (hint: '--fast' skips version and network checks)
/usr/bin/curl  "-I -k dockerhub.com -s -o /dev/null --write-out %{http_code}"
INFO: (che cli): Loading cli...
@TylerJewell
Copy link

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.

@ghost
Copy link

ghost commented Jan 13, 2017

@aleksei-burakov since you use the latest Che code, you need to use nightly image: eclipse/che-cli :nightly

Can you give it a try?

@ghost ghost added the kind/question Questions that haven't been identified as being feature requests or bugs. label Jan 13, 2017
@aleksei-burlakov
Copy link
Author

@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

error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/8e/8e089824e27c77140777cf9c273abfbf92a6965d26e65fff6989b10793ced9b6/data?Expires=1484308851&Signature=Z6cpYSawVbgF9jWnxhbsqXTlTOEXoOyBmlYPZgO4Hr99ApdU~9cEEL7n1N7ghuTH81qvj1jN91Bu86TtkI3ot2BVPF32PwE08N1Pfx7zsjccb1sZh7fMiZ5e3ErS2VedrKALDVjUO8ZJRJqrYNnyUSNqY-xO-S55Xljcqj3xuzY_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: read tcp 10.0.2.15:53458->52.222.149.38:443: read: connection reset by peer
ERROR: Image eclipse/che-init:nightly unavailable. Not on dockerhub or built locally.

However docker pull eclipse/che-init:nightly did the thing. The nightly version has started.

@ghost
Copy link

ghost commented Jan 13, 2017

error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/8e/8e089824e27c77140777cf9c273abfbf92a6965d26e65fff6989b10793ced9b6/data?Expires=1484308851&Signature=Z6cpYSawVbgF9jWnxhbsqXTlTOEXoOyBmlYPZgO4Hr99ApdU~9cEEL7n1N7ghuTH81qvj1jN91Bu86TtkI3ot2BVPF32PwE08N1Pfx7zsjccb1sZh7fMiZ5e3ErS2VedrKALDVjUO8ZJRJqrYNnyUSNqY-xO-S55Xljcqj3xuzY_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: read tcp 10.0.2.15:53458->52.222.149.38:443: read: connection reset by peer ERROR: Image eclipse/che-init:nightly unavailable. Not on dockerhub or built locally.
Looks like temporary Docker glitches.

@aleksei-burlakov
Copy link
Author

After removing all docker images, the latest version has started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

2 participants