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 Launcher: Versions and Nightly Builds doesn't work #2776

Closed
vparfonov opened this issue Oct 13, 2016 · 3 comments
Closed

Docker Launcher: Versions and Nightly Builds doesn't work #2776

vparfonov opened this issue Oct 13, 2016 · 3 comments
Labels
kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@vparfonov
Copy link
Contributor

Can't use nightly builds.
Try to use this docs https://eclipse-che.readme.io/docs/usage-docker#versions-and-nightly-builds

1.docker run --rm -t -v /var/run/docker.sock:/var/run/docker.sock eclipse/che:nightly start

Unable to find image 'eclipse/che:nightly' locally
  Pulling repository docker.io/eclipse/che
  docker: Tag nightly not found in repository docker.io/eclipse/che.
  See 'docker run --help'.
  1. docker run --rm -t -v /var/run/docker.sock:/var/run/docker.sock -e CHE_VERSION=4.6.0 eclipse/che start
INFO: ECLIPSE CHE: Pulling image codenvy/che-server:4.6.0
Pulling repository docker.io/codenvy/che-server
FATA[0004] Tag 4.6.0 not found in repository docker.io/codenvy/che-server 
@vparfonov vparfonov added the kind/bug Outline of a bug - must adhere to the bug report template. label Oct 13, 2016
@benoitf
Copy link
Contributor

benoitf commented Oct 13, 2016

#1 it seems nightly tag has not been deployed for eclipse/che image
will check with @riuvshin
you could use for now codenvy/che-launcher

docker run --rm -t -v /var/run/docker.sock:/var/run/docker.sock codenvy/che-launcher:nightly start

about #2 only latest shipped images are there
https://hub.docker.com/r/eclipse/che/tags/

4.6.0 may not have been shipped
you should use 4.6.2 tag or latest

@TylerJewell
Copy link

Yes florent beat me to it. I am going to close this issue because there is another issue which is working to get the nightly tag for eclipse/Che added for ci. This has been a known limitation for a bit and just waiting for roman to get the ci systems updated.

@TylerJewell
Copy link

I have updated the docs as we should not have listed eclipse/Che yet in that page until the ci systems were updated.

Btw @vparfonov, I researched for two hours a way to try and query docker hub to return valid list of versions to do a version check. Unfortunately there is not a clean way to query dockerhub for a list of tags without screen scraping a page. So we do not have a clean way to check if a version requested is valid without embedding a list in the cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

3 participants