@@ -2,7 +2,7 @@ schemaVersion: 1.0.0
22samples :
33 - name : nodejs-basic
44 displayName : Basic Node.js
5- description : A simple Hello World Node.js application
5+ description : Node.js 16 application using Express 4.18.x
66 icon : https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
77 tags :
88 - Node.js
@@ -15,7 +15,7 @@ samples:
1515 origin : https://github.com/nodeshift-starters/devfile-sample.git
1616 - name : code-with-quarkus
1717 displayName : Basic Quarkus
18- description : A simple Hello World Java application using Quarkus
18+ description : Java Quarkus application using Maven 4.0 and OpenJDK 11
1919 icon : https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
2020 tags :
2121 - Java
@@ -28,7 +28,7 @@ samples:
2828 origin : https://github.com/devfile-samples/devfile-sample-code-with-quarkus.git
2929 - name : java-springboot-basic
3030 displayName : Basic Spring Boot
31- description : A simple Hello World Java Spring Boot application using Maven
31+ description : Java Spring Boot application using Maven 4.0 and OpenJDK 11
3232 icon : https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg
3333 tags :
3434 - Java
@@ -41,7 +41,7 @@ samples:
4141 origin : https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
4242 - name : python-basic
4343 displayName : Basic Python
44- description : A simple Hello World application using Python
44+ description : Python 3.9.x application with Flask
4545 icon : https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/python.svg
4646 tags :
4747 - Python
@@ -55,7 +55,7 @@ samples:
5555 origin : https://github.com/devfile-samples/devfile-sample-python-basic.git
5656 - name : go-basic
5757 displayName : Basic Go
58- description : A simple Hello World application using Go
58+ description : Go 1.16 application
5959 icon : https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg
6060 tags :
6161 - Go
@@ -67,7 +67,7 @@ samples:
6767 origin : https://github.com/devfile-samples/devfile-sample-go-basic.git
6868 - name : dotnet-basic
6969 displayName : Basic .NET
70- description : A simple application using .NET 6.0
70+ description : MVC .NET 6.0 application
7171 icon : https://github.com/dotnet/brand/raw/main/logo/dotnet-logo.png
7272 tags :
7373 - .NET
0 commit comments