diff --git a/main/devfiles/bash/devworkspace-che-code-latest.yaml b/main/devfiles/bash/devworkspace-che-code-latest.yaml index e31d530e..6eb39131 100644 --- a/main/devfiles/bash/devworkspace-che-code-latest.yaml +++ b/main/devfiles/bash/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/cpp/devworkspace-che-code-latest.yaml b/main/devfiles/cpp/devworkspace-che-code-latest.yaml index ea742a3f..d3301844 100644 --- a/main/devfiles/cpp/devworkspace-che-code-latest.yaml +++ b/main/devfiles/cpp/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/dotnet-asp.net/devworkspace-che-code-latest.yaml b/main/devfiles/dotnet-asp.net/devworkspace-che-code-latest.yaml index d90def49..1c92bcc1 100644 --- a/main/devfiles/dotnet-asp.net/devworkspace-che-code-latest.yaml +++ b/main/devfiles/dotnet-asp.net/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/external_images.txt b/main/devfiles/external_images.txt index f41c3e97..f0b82278 100644 --- a/main/devfiles/external_images.txt +++ b/main/devfiles/external_images.txt @@ -1,5 +1,5 @@ quay.io/che-incubator/che-code:insiders -quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 +quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 quay.io/che-incubator/che-idea:next quay.io/devfile/universal-developer-image:ubi8-latest quay.io/devfile/universal-developer-image@sha256:75034f0dad7a6df3db53e20fc3597b68f2311e556164d47aa9151d3b3584bbce diff --git a/main/devfiles/go/devworkspace-che-code-latest.yaml b/main/devfiles/go/devworkspace-che-code-latest.yaml index da160cf9..fcabaf78 100644 --- a/main/devfiles/go/devworkspace-che-code-latest.yaml +++ b/main/devfiles/go/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/index.json b/main/devfiles/index.json index cee5b074..c9247eef 100644 --- a/main/devfiles/index.json +++ b/main/devfiles/index.json @@ -1,98 +1,118 @@ [ { - "displayName": "Go", - "description": "Stack with Go 1.14", + "displayName": "Bash", + "description": "Stack with environment ready to develop bash scripts.", "tags": [ "Community", - "Debian", - "Go" + "Bash", + "Shell" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/go.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/che.svg", "links": { - "v2": "https://github.com/che-samples/golang-example/tree/main", + "v2": "https://github.com/che-samples/bash/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/go/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/go/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/go/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/bash/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/bash/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/bash/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "ASP.NET Core Web Application", - "description": "Stack for developing ASP.NET Core Web Application", + "displayName": "Python Django", + "description": "Python Stack with Python 3.8 and Django application", + "tags": [ + "Community", + "Centos", + "Python", + "pip" + ], + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/python.svg", + "links": { + "v2": "https://github.com/che-samples/django-realworld-example-app/tree/main", + "devWorkspaces": { + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python-django/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python-django/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python-django/devworkspace-che-code-insiders.yaml" + } + } + }, + { + "displayName": "Java Lombok", + "description": "Java Stack with Project Lombok", "tags": [ "Community", + "Java", + "OpenJDK", + "Maven", "Debian", - "Dotnet", - "C#", - "ASP.NET" + "Lombok" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/dotnetcore.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/lombok.svg", "links": { - "v2": "https://github.com/che-samples/dotnet-web-simple/tree/main", + "v2": "https://github.com/che-samples/lombok-project-sample/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/dotnet-asp.net/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/dotnet-asp.net/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/dotnet-asp.net/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-lombok/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-lombok/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-lombok/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Bash", - "description": "Stack with environment ready to develop bash scripts.", + "displayName": "Go", + "description": "Stack with Go 1.14", "tags": [ "Community", - "Bash", - "Shell" + "Debian", + "Go" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/che.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/go.svg", "links": { - "v2": "https://github.com/che-samples/bash/tree/main", + "v2": "https://github.com/che-samples/golang-example/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/bash/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/bash/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/bash/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/go/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/go/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/go/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Java with Spring Boot and MongoDB", - "description": "Java stack with MongoDB and Spring Boot Guestbook demo application", + "displayName": "PHP Symfony", + "description": "PHP Stack with Symfony Demo Application https://symfony.com/", "tags": [ "Community", - "Java", - "OpenJDK", - "Maven", - "Spring Boot", - "MongoDB" + "PHP", + "Apache", + "MySQL", + "Symfony", + "Debian", + "Centos" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/java.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/php.svg", "links": { - "v2": "https://github.com/che-samples/java-guestbook/tree/main", + "v2": "https://github.com/che-samples/php-symfony/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-mongo/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-mongo/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-mongo/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/php-symfony/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/php-symfony/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/php-symfony/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "C/C++", - "description": "Stack with C/C++ and Clang 8", + "displayName": "Node.js Angular Web Application", + "description": "Stack for developing Node.js Angular Web Application", "tags": [ "Community", - "C/C++", - "Clang", - "g++", - "GDB" + "Node.js", + "Angular", + "Alpine" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/cpp.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/angular.svg", "links": { - "v2": "https://github.com/che-samples/cpp-hello-world/tree/main", + "v2": "https://github.com/che-samples/nodejs-angular/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/cpp/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/cpp/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/cpp/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-angular/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-angular/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-angular/devworkspace-che-code-insiders.yaml" } } }, @@ -118,240 +138,220 @@ } }, { - "displayName": "Node.js Web Application based on Yarn", - "description": "Stack for developing Node.js Web Application based on Yarn", + "displayName": "ASP.NET Core Web Application", + "description": "Stack for developing ASP.NET Core Web Application", "tags": [ "Community", - "Node.js", - "Alpine", - "Yarn", - "React" + "Debian", + "Dotnet", + "C#", + "ASP.NET" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/dotnetcore.svg", "links": { - "v2": "https://github.com/che-samples/react-web-app/tree/main", + "v2": "https://github.com/che-samples/dotnet-web-simple/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-yarn/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-yarn/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-yarn/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/dotnet-asp.net/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/dotnet-asp.net/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/dotnet-asp.net/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Rust", - "description": "Rust Stack with Rust 1.57", + "displayName": "Node.js React Web Application", + "description": "Stack for developing Node.js React Web Application", "tags": [ "Community", - "Rust" + "Node.js", + "React", + "Redux", + "RealWorld" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/rust.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", "links": { - "v2": "https://github.com/che-samples/helloworld-rust/tree/main", + "v2": "https://github.com/che-samples/nodejs-react-redux/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/rust/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/rust/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/rust/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-react/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-react/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-react/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Node.js Express Web Application", - "description": "Stack with Node.js 10", + "displayName": "Python", + "description": "Python Stack with Python 3.8", "tags": [ "Community", - "Node.js", - "Express", - "ubi8" + "Centos", + "Python", + "pip" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/python.svg", "links": { - "v2": "https://github.com/che-samples/web-nodejs-sample/tree/main", + "v2": "https://github.com/che-samples/python-hello-world/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Java Spring Boot", - "description": "Java stack with Spring Boot Petclinic demo application", + "displayName": "Java with Spring Boot and MongoDB", + "description": "Java stack with MongoDB and Spring Boot Guestbook demo application", "tags": [ "Community", "Java", "OpenJDK", "Maven", - "Spring Boot" - ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/springboot.svg", - "links": { - "v2": "https://github.com/che-samples/java-spring-petclinic/tree/main", - "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-web-spring/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-web-spring/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-web-spring/devworkspace-che-code-insiders.yaml" - } - } - }, - { - "displayName": "Python Django", - "description": "Python Stack with Python 3.8 and Django application", - "tags": [ - "Community", - "Centos", - "Python", - "pip" + "Spring Boot", + "MongoDB" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/python.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/java.svg", "links": { - "v2": "https://github.com/che-samples/django-realworld-example-app/tree/main", + "v2": "https://github.com/che-samples/java-guestbook/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python-django/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python-django/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python-django/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-mongo/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-mongo/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-mongo/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Node.js React Web Application", - "description": "Stack for developing Node.js React Web Application", + "displayName": "Scala", + "description": "Scala Stack with OpenJDK 11 and sbt 1.x", "tags": [ "Community", - "Node.js", - "React", - "Redux", - "RealWorld" + "Scala", + "OpenJDK", + "sbt", + "Debian" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/scala.svg", "links": { - "v2": "https://github.com/che-samples/nodejs-react-redux/tree/main", + "v2": "https://github.com/che-samples/scala-sbt/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-react/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-react/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-react/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/scala-sbt/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/scala-sbt/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/scala-sbt/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Node.js Angular Web Application", - "description": "Stack for developing Node.js Angular Web Application", + "displayName": "Rust", + "description": "Rust Stack with Rust 1.57", "tags": [ "Community", - "Node.js", - "Angular", - "Alpine" + "Rust" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/angular.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/rust.svg", "links": { - "v2": "https://github.com/che-samples/nodejs-angular/tree/main", + "v2": "https://github.com/che-samples/helloworld-rust/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-angular/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-angular/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-angular/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/rust/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/rust/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/rust/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Java Lombok", - "description": "Java Stack with Project Lombok", + "displayName": "Java Spring Boot", + "description": "Java stack with Spring Boot Petclinic demo application", "tags": [ "Community", "Java", "OpenJDK", "Maven", - "Debian", - "Lombok" + "Spring Boot" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/lombok.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/springboot.svg", "links": { - "v2": "https://github.com/che-samples/lombok-project-sample/tree/main", + "v2": "https://github.com/che-samples/java-spring-petclinic/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-lombok/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-lombok/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-lombok/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-web-spring/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-web-spring/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/java-web-spring/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "PHP Symfony", - "description": "PHP Stack with Symfony Demo Application https://symfony.com/", + "displayName": "C/C++", + "description": "Stack with C/C++ and Clang 8", "tags": [ "Community", - "PHP", - "Apache", - "MySQL", - "Symfony", - "Debian", - "Centos" + "C/C++", + "Clang", + "g++", + "GDB" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/php.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/cpp.svg", "links": { - "v2": "https://github.com/che-samples/php-symfony/tree/main", + "v2": "https://github.com/che-samples/cpp-hello-world/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/php-symfony/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/php-symfony/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/php-symfony/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/cpp/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/cpp/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/cpp/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Node.js MongoDB Web Application", - "description": "Stack with NodeJS 10 and MongoDB 3.4", + "displayName": "Node.js Web Application based on Yarn", + "description": "Stack for developing Node.js Web Application based on Yarn", "tags": [ "Community", "Node.js", - "Express", - "MongoDB", - "RealWorld", - "ubi8", - "Centos" + "Alpine", + "Yarn", + "React" ], "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", "links": { - "v2": "https://github.com/che-samples/nodejs-mongodb-sample/tree/main", + "v2": "https://github.com/che-samples/react-web-app/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-mongo/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-mongo/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-mongo/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-yarn/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-yarn/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-yarn/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Scala", - "description": "Scala Stack with OpenJDK 11 and sbt 1.x", + "displayName": "Node.js Express Web Application", + "description": "Stack with Node.js 10", "tags": [ "Community", - "Scala", - "OpenJDK", - "sbt", - "Debian" + "Node.js", + "Express", + "ubi8" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/scala.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", "links": { - "v2": "https://github.com/che-samples/scala-sbt/tree/main", + "v2": "https://github.com/che-samples/web-nodejs-sample/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/scala-sbt/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/scala-sbt/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/scala-sbt/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs/devworkspace-che-code-insiders.yaml" } } }, { - "displayName": "Python", - "description": "Python Stack with Python 3.8", + "displayName": "Node.js MongoDB Web Application", + "description": "Stack with NodeJS 10 and MongoDB 3.4", "tags": [ "Community", - "Centos", - "Python", - "pip" + "Node.js", + "Express", + "MongoDB", + "RealWorld", + "ubi8", + "Centos" ], - "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/python.svg", + "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg", "links": { - "v2": "https://github.com/che-samples/python-hello-world/tree/main", + "v2": "https://github.com/che-samples/nodejs-mongodb-sample/tree/main", "devWorkspaces": { - "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python/devworkspace-che-idea-next.yaml", - "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python/devworkspace-che-code-latest.yaml", - "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/python/devworkspace-che-code-insiders.yaml" + "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-mongo/devworkspace-che-idea-next.yaml", + "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-mongo/devworkspace-che-code-latest.yaml", + "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/nodejs-mongo/devworkspace-che-code-insiders.yaml" } } } diff --git a/main/devfiles/java-lombok/devworkspace-che-code-latest.yaml b/main/devfiles/java-lombok/devworkspace-che-code-latest.yaml index 96695033..f860a991 100644 --- a/main/devfiles/java-lombok/devworkspace-che-code-latest.yaml +++ b/main/devfiles/java-lombok/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/java-mongo/devworkspace-che-code-latest.yaml b/main/devfiles/java-mongo/devworkspace-che-code-latest.yaml index 3ef57bde..559ded8b 100644 --- a/main/devfiles/java-mongo/devworkspace-che-code-latest.yaml +++ b/main/devfiles/java-mongo/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/java-web-spring/devworkspace-che-code-latest.yaml b/main/devfiles/java-web-spring/devworkspace-che-code-latest.yaml index 62740e27..12b0858d 100644 --- a/main/devfiles/java-web-spring/devworkspace-che-code-latest.yaml +++ b/main/devfiles/java-web-spring/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/nodejs-angular/devworkspace-che-code-latest.yaml b/main/devfiles/nodejs-angular/devworkspace-che-code-latest.yaml index 2d115ca9..0e33f63d 100644 --- a/main/devfiles/nodejs-angular/devworkspace-che-code-latest.yaml +++ b/main/devfiles/nodejs-angular/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/nodejs-mongo/devworkspace-che-code-latest.yaml b/main/devfiles/nodejs-mongo/devworkspace-che-code-latest.yaml index 743e7d68..e1ee99c4 100644 --- a/main/devfiles/nodejs-mongo/devworkspace-che-code-latest.yaml +++ b/main/devfiles/nodejs-mongo/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/nodejs-react/devworkspace-che-code-latest.yaml b/main/devfiles/nodejs-react/devworkspace-che-code-latest.yaml index 96933ab6..26b105ca 100644 --- a/main/devfiles/nodejs-react/devworkspace-che-code-latest.yaml +++ b/main/devfiles/nodejs-react/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/nodejs-yarn/devworkspace-che-code-latest.yaml b/main/devfiles/nodejs-yarn/devworkspace-che-code-latest.yaml index c4bc1db6..25ce7b8d 100644 --- a/main/devfiles/nodejs-yarn/devworkspace-che-code-latest.yaml +++ b/main/devfiles/nodejs-yarn/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/nodejs/devworkspace-che-code-latest.yaml b/main/devfiles/nodejs/devworkspace-che-code-latest.yaml index 3783cd63..1a08cb86 100644 --- a/main/devfiles/nodejs/devworkspace-che-code-latest.yaml +++ b/main/devfiles/nodejs/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/php-symfony/devworkspace-che-code-latest.yaml b/main/devfiles/php-symfony/devworkspace-che-code-latest.yaml index f2fb0edc..ec711fc7 100644 --- a/main/devfiles/php-symfony/devworkspace-che-code-latest.yaml +++ b/main/devfiles/php-symfony/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/python-django/devworkspace-che-code-latest.yaml b/main/devfiles/python-django/devworkspace-che-code-latest.yaml index b12e7c3d..d5615ad3 100644 --- a/main/devfiles/python-django/devworkspace-che-code-latest.yaml +++ b/main/devfiles/python-django/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/python/devworkspace-che-code-latest.yaml b/main/devfiles/python/devworkspace-che-code-latest.yaml index 66c69637..360e45dd 100644 --- a/main/devfiles/python/devworkspace-che-code-latest.yaml +++ b/main/devfiles/python/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/quarkus/devworkspace-che-code-latest.yaml b/main/devfiles/quarkus/devworkspace-che-code-latest.yaml index 108d2d70..72212f8a 100644 --- a/main/devfiles/quarkus/devworkspace-che-code-latest.yaml +++ b/main/devfiles/quarkus/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/rust/devworkspace-che-code-latest.yaml b/main/devfiles/rust/devworkspace-che-code-latest.yaml index 3ef035e1..70767d6c 100644 --- a/main/devfiles/rust/devworkspace-che-code-latest.yaml +++ b/main/devfiles/rust/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: diff --git a/main/devfiles/scala-sbt/devworkspace-che-code-latest.yaml b/main/devfiles/scala-sbt/devworkspace-che-code-latest.yaml index b35eed3c..cf2c8859 100644 --- a/main/devfiles/scala-sbt/devworkspace-che-code-latest.yaml +++ b/main/devfiles/scala-sbt/devworkspace-che-code-latest.yaml @@ -22,7 +22,7 @@ spec: - name: che-code-injector container: image: >- - quay.io/che-incubator/che-code@sha256:c9a3801dd113a9ca7a26e2db9bade5b4704a1f8cc3a1fb10fc426038b0d222c4 + quay.io/che-incubator/che-code@sha256:715c65869811e1f8ae3f337af014fa90eb64e9909c6d426eea990c5563ae92c6 command: - /entrypoint-init-container.sh volumeMounts: