-
Notifications
You must be signed in to change notification settings - Fork 424
/
Copy pathimage-references
46 lines (46 loc) · 1.64 KB
/
image-references
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
kind: ImageStream
apiVersion: image.openshift.io/v1
spec:
tags:
# machine-config-operator is the new master mco image that contains all of the
# component images:mco, mcc, mcs & mcd
- name: machine-config-operator
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:machine-config-operator
- name: pod
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:pod
- name: oauth-proxy
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:oauth-proxy
- name: kube-rbac-proxy
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:kube-rbac-proxy
- name: rhel-coreos
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos
- name: rhel-coreos-extensions
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-extensions
- name: keepalived-ipfailover
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:keepalived-ipfailover
- name: coredns
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:coredns
- name: haproxy-router
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:haproxy-router
- name: baremetal-runtimecfg
from:
kind: DockerImage
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:baremetal-runtimecfg