-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdevfile.yaml
More file actions
24 lines (24 loc) · 814 Bytes
/
devfile.yaml
File metadata and controls
24 lines (24 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
schemaVersion: 2.2.2
metadata:
name: kaoto-examples
components:
- name: tools
container:
image: quay.io/devfile/universal-developer-image:ubi8-latest
memoryLimit: 4G
cpuLimit: 4000m
cpuRequest: 1000m
commands:
- id: jbang-trust-apache
exec:
label: "JBang - Trust Apache organization"
component: tools
workingDir: ${PROJECTS_ROOT}/kaoto-examples
# Taken from where the JBang cli is installed in the universal developer image
commandLine: "/home/tooling/.sdkman/candidates/jbang/current/bin/jbang trust add -o --fresh --quiet https://github.com/apache/ && /home/tooling/.sdkman/candidates/jbang/current/bin/jbang app install camel@apache/camel"
group:
kind: build
isDefault: true
events:
postStart:
- jbang-trust-apache