-
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
Optimize Dockerfile #1682
Optimize Dockerfile #1682
Conversation
Signed-off-by: Eugene Ivantsov <[email protected]>
Removed curl and ca-certificates |
seems we lost comment instruction on first line from previous PR ? |
¿Optimize? This is literraly a rip of ubuntu docker che flavour. |
It reduces the deault image to run Che by 200MB. The workspace images are still based upon ubuntu. |
Sorry, now I got it some test
I supose I must got the che compitation in /assembly/assembly-main/target/eclipse-che-/eclipse-che- |
Yes. Why build it though? You can just docker pull Codenvy/Che. |
- base scripts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: I1ad021426444b5b4d880df518512e53ef4828336 Signed-off-by: Florent BENOIT <[email protected]>
- base scripts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: I1ad021426444b5b4d880df518512e53ef4828336 Signed-off-by: Florent BENOIT <[email protected]>
- base scripts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: I1ad021426444b5b4d880df518512e53ef4828336 Signed-off-by: Florent BENOIT <[email protected]>
…ipts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: I4e89605fd3c42ad6ba02115c32297d16f49b3ffe Signed-off-by: Florent BENOIT <[email protected]>
…ipts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: Icc0caeb4db3dc3a1be802de95bb1f1d505f93b40 Signed-off-by: Florent BENOIT <[email protected]>
* Fix #1682 : Improve UX of graceful shutdown message - base scripts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: I1ad021426444b5b4d880df518512e53ef4828336 Signed-off-by: Florent BENOIT <[email protected]>
* Fix eclipse-che#1682 : Improve UX of graceful shutdown message - base scripts : catch error code of action lifecycle and return it - cha-lib : return error code based on http error code - display better message when auth is required - skip graceful mode when repo is mounted Change-Id: I1ad021426444b5b4d880df518512e53ef4828336 Signed-off-by: Florent BENOIT <[email protected]>
Signed-off-by: Eugene Ivantsov [email protected]