-
Notifications
You must be signed in to change notification settings - Fork 64
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
Discussion on switching to use universal developer image in devfile samples #674
Comments
I just want to make sure that everyone understand the trade-offs of using universal developer images. I understand that this will help Che with startup time. But on the other hand it will increase startup time for anyone using |
Here's the size and download time of the images, the developer image took a significant amount of time for the first time download.
If we want to update all samples to use developer image, it does have pros and cons:
pros:
|
Please do not make it a |
I'm afraid that this is not entirely true As I understand, Che has mechanism that will make sure that that image is cached on all nodes on the cluster, so every time the devworkspace is started it is quick. I can see how managing just one big VM like image makes sense here. Odo doesn't have anything like this and will never have. This means that from odo's point of view this will just slow down startup significantly. And not just the first one, every time the Pod is scheduled on a new node it will have to wait for 1.4Gb to be downloaded again :-/ I want to make sure that everyone is aware that this has also its downsides (and in my option they are not small one) |
@kadel you are completely right for customer managed clusters. I am talking about cluster managed by Red Hat, clusters that are setup and optimized by us to run developers tools (with Che, The main difference is that we are optimizing Che to be a managed service rather than a service managed by a customer but |
Closing issue. It looks like our samples are using UBI currently and no additions to the discussion here have been made in some time. |
Which area/kind this issue is related to?
/area registry
Issue Description
Che team is planning to move to a universal image for their scenarios. Should devfile samples/stacks in our registry be updated to use the developer image?
Can we update tools container of those devfiles to use the developer image like
quay.io/devfile/universal-developer-image:ubi8-d433ed6
instead of thequay.io/eclipse/che-java11-maven:nightly
images that no longer exists ?Originally posted by @benoitf in devfile-samples/devfile-sample-java-springboot-basic#1 (comment)
The text was updated successfully, but these errors were encountered: