-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use universal developer image for dev container #253
Conversation
@azatsarynnyy @RomanNikitenko could you please guys review this pull request and approve or deny it? |
@@ -6,81 +6,49 @@ | |||
# SPDX-License-Identifier: EPL-2.0 | |||
# | |||
|
|||
# https://quay.io/eclipse/che-machine-exec#^7\. | |||
FROM quay.io/eclipse/che-machine-exec:7.56.0 as machine-exec | |||
FROM quay.io/devfile/universal-developer-image:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vitaliy-guliy
As I mentioned in your previous PR #246 (comment)
I don't think we should bring UDI for the Che-Code
development
But in general it's OK for me to merge the current PR, if the changes look good for other reviewers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The benefit of using UDI as the base image is that all UDI layers are already in the nodes of the cluster (especially if kube-image-puller is configured, so it should be really fast to pull images based on UDI on a kube cluster.
This comment was marked as outdated.
This comment was marked as outdated.
446b9dd
to
fc445db
Compare
Signed-off-by: Vitaliy Gulyy <[email protected]>
Signed-off-by: Vitaliy Gulyy <[email protected]>
Signed-off-by: Vitaliy Gulyy <[email protected]>
Pull Request Dev image published: |
@azatsarynnyy I cannot say for sure, but seems the terminal looks like as it was before |
Pull Request Che-Code image published: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thanks Vitaliy for your cooperation in addressing all my comments 🙂
Signed-off-by: Vitaliy Gulyy <[email protected]>
Signed-off-by: Vitaliy Gulyy <[email protected]>
Pull Request Dev image published: |
Pull Request Che-Code image published: |
Signed-off-by: Vitaliy Gulyy <[email protected]>
Pull Request Dev image published: |
Signed-off-by: Vitaliy Gulyy <[email protected]>
Pull Request Dev image published: |
Pull Request Che-Code image published: |
What does this PR do?
What issues does this PR fix?
eclipse-che/che#22292
How to test this PR?
Do following:
yarn
che-code
image withpodman
Should have like following:
Note that:
Depends on devfile/developer-images#117