-
Notifications
You must be signed in to change notification settings - Fork 11
/
binbuild.yaml
78 lines (78 loc) · 1.68 KB
/
binbuild.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
apiVersion: v1
items:
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewBuild
creationTimestamp: null
labels:
build: spring-boot-bb
name: wildfly-160-centos7
spec:
lookupPolicy:
local: false
tags:
- annotations:
openshift.io/imported-from: openshift/wildfly-160-centos7
from:
kind: DockerImage
name: openshift/wildfly-160-centos7
generation: null
importPolicy: {}
name: latest
referencePolicy:
type: ""
status:
dockerImageRepository: ""
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewBuild
creationTimestamp: null
labels:
build: spring-boot-bb
name: spring-boot-bb
spec:
lookupPolicy:
local: false
status:
dockerImageRepository: ""
- apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewBuild
creationTimestamp: null
labels:
build: spring-boot-bb
name: spring-boot-bb
spec:
nodeSelector: null
output:
to:
kind: ImageStreamTag
name: spring-boot-bb:latest
postCommit: {}
resources: {}
source:
binary: {}
type: Binary
strategy:
sourceStrategy:
from:
kind: ImageStreamTag
name: wildfly-160-centos7:latest
type: Source
triggers:
- github:
secret: u7kQquuC1Hpap8pv82Xz
type: GitHub
- generic:
secret: MduzcwKRw37WrDWWSfCf
type: Generic
status:
lastVersion: 0
kind: List
metadata: {}