-
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
Move to the quay.io #15569
Move to the quay.io #15569
Conversation
Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov <[email protected]>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
@vparfonov: FYI: Happy path E2E tests failed because MultiUser Eclipse Che had not properly deployed to minikube:
There is maxura/che-server:15569 image which could be checked locally. |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
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.
🎉
Is there any plan to update values in chectl as well? For example: https://github.com/che-incubator/chectl/blob/5eb787953dd4eb67259ee141d147b99632799315/src/constants.ts
https://github.com/che-incubator/chectl/blob/72a098dbee61ec571d93306317c19da4de912770/make-release.sh
I will create PR |
@@ -545,12 +545,12 @@ che.factory.default_plugins=eclipse/che-machine-exec-plugin/nightly | |||
# Default Editor that should be provisioned into Devfile if there is no specified Editor | |||
# Format is `editorPublisher/editorName/editorVersion` value. | |||
# `NULL` or absence of value means that default editor should not be provisioned. | |||
che.workspace.devfile.default_editor=eclipse/che-theia/next | |||
che.workspace.devfile.default_editor=quay.io/eclipse/che-theia/next |
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.
Not sure about this change. This is id of an editor, not the image id.
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.
you're totally right.
Images are defined in Plugin Registry and it's already changed to quay.io in eclipse-che/che-plugin-registry#323
|
||
# Default Plugins which should be provisioned for Default Editor. | ||
# All the plugins from this list that are not explicitly mentioned in the user-defined devfile | ||
# will be provisioned but only when the default editor is used or if the user-defined editor is | ||
# the same as the default one (even if in different version). | ||
# Format is comma-separated `pluginPublisher/pluginName/pluginVersion` values, for example | ||
# eclipse/che-theia-exec-plugin/0.0.1,eclipse/che-theia-terminal-plugin/0.0.1 | ||
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/nightly | ||
che.workspace.devfile.default_editor.plugins=quay.io/eclipse/che-machine-exec-plugin/nightly |
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.
same as editor
Do you plan to update images in https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins? |
Signed-off-by: Vitalii Parfonov <[email protected]>
* Move to the quay.io: change image id to use quay.io Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov [email protected]
What does this PR do?
What issues does this PR fix or reference?
Release Notes
Docs PR