-
Notifications
You must be signed in to change notification settings - Fork 27
/
extraDevfileEntries.yaml
50 lines (50 loc) · 1.77 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
schemaVersion: 1.0.0
samples:
- name: nodejs-basic
displayName: Basic NodeJS
description: A simple Hello World application
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
tags: ["NodeJS", "Express"]
projectType: nodejs
language: nodejs
versions:
- version: 1.0.0
schemaVersion: 2.0.0
description: nodejs with devfile v2.0.0
git:
remotes:
origin: https://github.com/redhat-developer/devfile-sample
- version: 1.0.1
schemaVersion: 2.2.0
default: true
description: nodejs with devfile v2.2.0
git:
remotes:
origin: https://github.com/nodeshift-starters/devfile-sample
- name: code-with-quarkus
displayName: Basic Quarkus
description: A simple Hello World Java application using Quarkus
icon: https://raw.githubusercontent.com/elsony/devfile-sample-code-with-quarkus/main/.devfile/icon/quarkus.png
tags: ["Java", "Quarkus"]
projectType: quarkus
language: java
provider: Red Hat
versions:
- version: 1.1.0
schemaVersion: 2.0.0
default: true
description: java quarkus with devfile v2.0.0
git:
remotes:
origin: https://github.com/elsony/devfile-sample-code-with-quarkus.git
- name: code-with-quarkus-no-version
displayName: Basic Quarkus Without Version
description: A simple Hello World Java application using Quarkus
icon: https://raw.githubusercontent.com/elsony/devfile-sample-code-with-quarkus/main/.devfile/icon/quarkus.png
tags: ["Java", "Quarkus"]
projectType: quarkus
language: java
provider: Red Hat
git:
remotes:
origin: https://github.com/elsony/devfile-sample-code-with-quarkus.git