From 419f2a9f235c870c7a34a45141c3d647352ea79d Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Fri, 14 May 2021 11:24:59 +0200 Subject: [PATCH 1/2] Fix broken Che factory links in README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b48de3336..4df85c9f6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ @@ -43,7 +43,7 @@ This work is still in an early stage of specification, and the related API and s In order to test existing or new Devfile 2.0 or DevWorkspace sample files in a self-service Che workspace (hosted on che.openshift.io), just click on the button below: -[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://che.openshift.io/f/?url=https://github.com/devfile/api) +[![Contribute](https://img.shields.io/badge/developer-workspace-525C86?logo=eclipse-che&labelColor=FDB940)](https://workspaces.openshift.com/f?url=https://github.com/devfile/api) As soon as the devworkspace is opened, you should be able to: - open the `yaml` files in the following folders: From f7e39009dbfd149fa015b375f7641cf27942892f Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Fri, 14 May 2021 11:47:33 +0200 Subject: [PATCH 2/2] Fix the project devfile to run on workspaces.openshift.com Signed-off-by: Mario Loriedo --- devfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/devfile.yaml b/devfile.yaml index 0aed3613a..8b8ff65a7 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -37,6 +37,7 @@ components: alias: tools - id: eamodio/vscode-gitlens/latest type: chePlugin + registryUrl: 'https://che-plugin-registry-main.surge.sh/v3' - id: eclipse/che-theia/latest memoryLimit: 1024Mi type: cheEditor