You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
docker run --rm -t -v /var/run/docker.sock:/var/run/docker.sock -e CHE_VERSION=4.6.0 eclipse/che start
The text was updated successfully, but these errors were encountered: