-
Notifications
You must be signed in to change notification settings - Fork 91
/
extraDevfileEntries.yaml
46 lines (46 loc) · 1.64 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
schemaVersion: 1.0.0
samples:
- name: nodejs-basic
displayName: Basic Node.js
description: A simple Hello World Node.js application
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
tags: ["NodeJS", "Express"]
projectType: nodejs
language: nodejs
provider: Red Hat
git:
remotes:
origin: https://github.com/nodeshift-starters/devfile-sample.git
- name: code-with-quarkus
displayName: Basic Quarkus
description: A simple Hello World Java application using Quarkus
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
tags: ["Java", "Quarkus"]
projectType: quarkus
language: java
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-code-with-quarkus.git
- name: java-springboot-basic
displayName: Basic Spring Boot
description: A simple Hello World Java Spring Boot application using Maven
icon: https://spring.io/images/projects/spring-edf462fec682b9d48cf628eaf9e19521.svg
tags: ["Java", "Spring"]
projectType: springboot
language: java
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
- name: python-basic
displayName: Basic Python
description: A simple Hello World application using Python
icon: https://www.python.org/static/community_logos/python-logo-generic.svg
tags: ["Python"]
projectType: python
language: python
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-python-basic.git