-
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
Add CHE_DOCKER_ALWAYS__PULL__IMAGE for run portion, not just build #4197
Comments
Blocker for Artik. Offline mode is impossible. |
Is the |
That did not work either |
It turns out this is not a bug but an enhancement request. CHE_DOCKER_ALWAYS__PULL__IMAGE works only for build, not run. |
Increasing severity as this prevents true offline mode |
Done |
Still having the same problem, I think, with codenvy offline mode. docker imagesREPOSITORY TAG IMAGE ID CREATED SIZE And I have the following logs in instance/logs/codenvy/che-machines-logs/machineuswhc5e31bn9wnzm/machineId.logs [DOCKER] Step 1/1 : FROM eclipse/centos_jdk8 |
I would recommend you to specify the version you are using in such cases. |
CODENVY_VERSION: 5.22.2 |
@zanoubia this is Eclipse Che repository. Please, give it a try with the latest Che release. |
Codenvy builds upon Eclipse Che -_- |
@zanoubia Current Che version is 6.9.0-SNAPSHOT. Can you reproduce it with this version? |
I'd like Che not to check if there's a newer stack image on Docker Hub. However, setting CHE_DOCKER_ALWAYS__PULL__IMAGE to false in che.env does not help:
This makes it impossible to use Che in a purely offline mode.
The text was updated successfully, but these errors were encountered: