-
Notifications
You must be signed in to change notification settings - Fork 0
/
mssql.yaml
48 lines (45 loc) · 849 Bytes
/
mssql.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
kind: List
apiVersion: v1
items:
- kind: ImageStream
apiVersion: v1
metadata:
name: rhel7
spec:
tags:
- from:
kind: DockerImage
name: registry.access.redhat.com/rhel7:latest
name: latest
- kind: ImageStream
apiVersion: v1
metadata:
labels:
app: rhel7-mssql
name: rhel7-mssql
spec: {}
- kind: BuildConfig
apiVersion: v1
metadata:
labels:
app: rhel7-mssql
name: rhel7-mssql
spec:
output:
to:
kind: ImageStreamTag
name: rhel7-mssql:latest
source:
type: Git
git:
uri: https://github.com/rbaumgar/mssql.git
strategy:
dockerStrategy:
from:
kind: ImageStreamTag
name: rhel7:latest
type: Docker
triggers:
- type: ConfigChange
- type: ImageChange
imageChange: {}