-
Notifications
You must be signed in to change notification settings - Fork 0
/
graalvm-native-image-scratch-bc.yaml
54 lines (54 loc) · 1.19 KB
/
graalvm-native-image-scratch-bc.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
apiVersion: v1
kind: BuildConfig
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewBuild
creationTimestamp: null
labels:
build: graalvm-native-image-scratch
name: graalvm-native-image-scratch
spec:
failedBuildsHistoryLimit: 5
nodeSelector: null
output:
to:
kind: ImageStreamTag
name: graalvm-native-image-scratch:latest
postCommit: {}
resources: {}
runPolicy: Serial
source:
git:
uri: https://github.com/petenorth/graalvm-native-image-pipeline.git
images:
- from:
kind: ImageStreamTag
name: graalvm-native-image-ubuntu:latest
namespace: myproject
paths:
- destinationDir: .
sourcePath: /app
type: Git
strategy:
dockerStrategy:
from:
kind: DockerImage
name: scratch
type: Docker
successfulBuildsHistoryLimit: 5
triggers:
- github:
secret: 3ThIYgvq0CGJ3be_QgFY
type: GitHub
- generic:
secret: W_uXkLseAnD4Y5lgJ31G
type: Generic
- imageChange:
from:
kind: ImageStreamTag
name: graalvm-native-image-ubuntu:latest
namespace: myproject
type: ImageChange
- type: ConfigChange
status:
lastVersion: 0