[
  {
    "displayName": "C/C++",
    "description": "Stack with C/C++ and Clang 8",
    "tags": [
      "Community",
      "C/C++",
      "Clang",
      "g++",
      "GDB"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/cpp.svg",
    "links": {
      "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/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": "Python",
    "description": "Python Stack with Python 3.8",
    "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/python-hello-world/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"
      }
    }
  },
  {
    "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",
      "MongoDB"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/java.svg",
    "links": {
      "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/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": "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": "Node.js MongoDB Web Application",
    "description": "Stack with NodeJS 10 and MongoDB 3.4",
    "tags": [
      "Community",
      "Node.js",
      "Express",
      "MongoDB",
      "RealWorld",
      "ubi8",
      "Centos"
    ],
    "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",
      "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"
      }
    }
  },
  {
    "displayName": "Node.js React Web Application",
    "description": "Stack for developing Node.js React Web Application",
    "tags": [
      "Community",
      "Node.js",
      "React",
      "Redux",
      "RealWorld"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg",
    "links": {
      "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/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": "Rust",
    "description": "Rust Stack with Rust 1.57",
    "tags": [
      "Community",
      "Rust"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/rust.svg",
    "links": {
      "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/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": "Go",
    "description": "Stack with Go 1.14",
    "tags": [
      "Community",
      "Debian",
      "Go"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/go.svg",
    "links": {
      "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/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": "Scala",
    "description": "Scala Stack with OpenJDK 11 and sbt 1.x",
    "tags": [
      "Community",
      "Scala",
      "OpenJDK",
      "sbt",
      "Debian"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/scala.svg",
    "links": {
      "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/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": "Java Lombok",
    "description": "Java Stack with Project Lombok",
    "tags": [
      "Community",
      "Java",
      "OpenJDK",
      "Maven",
      "Debian",
      "Lombok"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/lombok.svg",
    "links": {
      "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/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": "Node.js Angular Web Application",
    "description": "Stack for developing Node.js Angular Web Application",
    "tags": [
      "Community",
      "Node.js",
      "Angular",
      "Alpine"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/angular.svg",
    "links": {
      "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/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"
      }
    }
  },
  {
    "displayName": "PHP Symfony",
    "description": "PHP Stack with Symfony Demo Application https://symfony.com/",
    "tags": [
      "Community",
      "PHP",
      "Apache",
      "MySQL",
      "Symfony",
      "Debian",
      "Centos"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/php.svg",
    "links": {
      "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/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": "Quarkus REST API",
    "description": "Quarkus stack with a default REST endpoint application sample",
    "tags": [
      "Community",
      "Java",
      "Quarkus",
      "OpenJDK",
      "Maven",
      "Debian"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/quarkus.svg",
    "links": {
      "v2": "https://github.com/che-samples/quarkus-quickstarts/tree/main",
      "devWorkspaces": {
        "che-incubator/che-idea/next": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/quarkus/devworkspace-che-idea-next.yaml",
        "che-incubator/che-code/latest": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/quarkus/devworkspace-che-code-latest.yaml",
        "che-incubator/che-code/insiders": "https://eclipse-che.github.io/che-devfile-registry/main/devfiles/quarkus/devworkspace-che-code-insiders.yaml"
      }
    }
  },
  {
    "displayName": "ASP.NET Core Web Application",
    "description": "Stack for developing ASP.NET Core Web Application",
    "tags": [
      "Community",
      "Debian",
      "Dotnet",
      "C#",
      "ASP.NET"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/dotnetcore.svg",
    "links": {
      "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/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": "Bash",
    "description": "Stack with environment ready to develop bash scripts.",
    "tags": [
      "Community",
      "Bash",
      "Shell"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/che.svg",
    "links": {
      "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/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": "Node.js Web Application based on Yarn",
    "description": "Stack for developing Node.js Web Application based on Yarn",
    "tags": [
      "Community",
      "Node.js",
      "Alpine",
      "Yarn",
      "React"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg",
    "links": {
      "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-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": "Node.js Express Web Application",
    "description": "Stack with Node.js 10",
    "tags": [
      "Community",
      "Node.js",
      "Express",
      "ubi8"
    ],
    "icon": "https://eclipse-che.github.io/che-devfile-registry/main/images/nodejs.svg",
    "links": {
      "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/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": "Java Spring Boot",
    "description": "Java stack with Spring Boot Petclinic 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"
      }
    }
  }
]
