-
Notifications
You must be signed in to change notification settings - Fork 91
/
extraDevfileEntries.yaml
127 lines (127 loc) · 3.73 KB
/
extraDevfileEntries.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
schemaVersion: 1.0.0
samples:
- name: nodejs-basic
displayName: Basic Node.js
description: Node.js 16 application using Express 4.18.x
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
tags:
- Node.js
- Express
projectType: Node.js
language: JavaScript
provider: Red Hat
versions:
- version: 3.0.0
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/nodeshift-starters/devfile-sample.git
- name: code-with-quarkus
displayName: Basic Quarkus
description: Java Quarkus application using Maven 4.0 and OpenJDK 17
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
tags:
- Java
- Quarkus
projectType: Quarkus
language: Java
provider: Red Hat
versions:
- version: 1.2.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-code-with-quarkus.git
- name: java-springboot-basic
displayName: Basic Spring Boot
description: Java Spring Boot application using Maven 4.0 and OpenJDK 17
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg
tags:
- Java
- Spring
projectType: springboot
language: Java
provider: Red Hat
versions:
- version: 1.2.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
- version: 2.0.0
schemaVersion: 2.2.0
git:
revision: v2.0.0
remotes:
origin: https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
- name: python-basic
displayName: Basic Python
description: Python 3.9.x application with Flask
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/python.svg
tags:
- Python
- Pip
- Flask
projectType: Python
language: Python
provider: Red Hat
versions:
- version: 1.0.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-python-basic.git
- version: 2.0.0
schemaVersion: 2.2.0
git:
revision: v2.0.0
remotes:
origin: https://github.com/devfile-samples/devfile-sample-python-basic.git
- name: go-basic
displayName: Basic Go
description: Go 1.16 application
icon: https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg
tags:
- Go
projectType: Go
language: Go
provider: Red Hat
versions:
- version: 1.1.0
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-go-basic.git
- version: 2.0.0
schemaVersion: 2.2.0
git:
revision: v2.0.0
remotes:
origin: https://github.com/devfile-samples/devfile-sample-go-basic.git
- name: dotnet-basic
displayName: Basic .NET
description: MVC .NET 6.0 application
icon: https://github.com/dotnet/brand/raw/main/logo/dotnet-logo.png
tags:
- .NET
projectType: dotnet
language: .NET
provider: Red Hat
versions:
- version: 1.1.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-dotnet60-basic.git