Skip to content

Commit 959afc1

Browse files
committed
\openshift-s2i#1 adding an image stream list
1 parent f25d453 commit 959afc1

File tree

1 file changed

+202
-0
lines changed

1 file changed

+202
-0
lines changed

image-streams.json

+202
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
{
2+
"kind": "ImageStreamList",
3+
"apiVersion": "v1",
4+
"metadata": {},
5+
"items": [
6+
{
7+
"kind": "ImageStream",
8+
"apiVersion": "v1",
9+
"metadata": {
10+
"name": "centos7-s2i-nodejs",
11+
"creationTimestamp": null
12+
},
13+
"spec": {
14+
"tags": [
15+
{
16+
"name": "0.10",
17+
"annotations": {
18+
"description": "Build and run NodeJS applications",
19+
"iconClass": "icon-nodejs",
20+
"tags": "builder,nodejs,nodejs-0.10.44",
21+
"supports":"nodejs:0.10,nodejs",
22+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
23+
},
24+
"from": {
25+
"kind": "ImageStreamTag",
26+
"name": "0.10.44"
27+
}
28+
},
29+
{
30+
"name": "0.10.44",
31+
"annotations": {
32+
"description": "Build and run NodeJS applications",
33+
"iconClass": "icon-nodejs",
34+
"tags": "builder,nodejs,nodejs-0.10.44",
35+
"supports":"nodejs:0.10,nodejs",
36+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
37+
},
38+
"from": {
39+
"kind": "DockerImage",
40+
"name": "ryanj/centos7-s2i-nodejs:0.10.44"
41+
}
42+
},
43+
{
44+
"name": "0.12",
45+
"annotations": {
46+
"description": "Build and run NodeJS applications",
47+
"iconClass": "icon-nodejs",
48+
"tags": "builder,nodejs,nodejs-0.12.13",
49+
"supports":"nodejs:0.12,nodejs",
50+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
51+
},
52+
"from": {
53+
"kind": "ImageStreamTag",
54+
"name": "0.12.13"
55+
}
56+
},
57+
{
58+
"name": "0.12.13",
59+
"annotations": {
60+
"description": "Build and run NodeJS applications",
61+
"iconClass": "icon-nodejs",
62+
"tags": "builder,nodejs,nodejs-0.12.13",
63+
"supports":"nodejs:0.12,nodejs",
64+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
65+
},
66+
"from": {
67+
"kind": "DockerImage",
68+
"name": "ryanj/centos7-s2i-nodejs:0.12.13"
69+
}
70+
},
71+
{
72+
"name": "lts",
73+
"annotations": {
74+
"description": "Build and run NodeJS applications",
75+
"iconClass": "icon-nodejs",
76+
"tags": "builder,nodejs,nodejs-4.4.2,nodejs-lts",
77+
"supports":"nodejs:4,nodejs:4.4,nodejs",
78+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
79+
},
80+
"from": {
81+
"kind": "ImageStreamTag",
82+
"name": "4.4.2"
83+
}
84+
},
85+
{
86+
"name": "4",
87+
"annotations": {
88+
"description": "Build and run NodeJS applications",
89+
"iconClass": "icon-nodejs",
90+
"tags": "builder,nodejs,nodejs-4.4.2",
91+
"supports":"nodejs:4,nodejs:4.4,nodejs",
92+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
93+
},
94+
"from": {
95+
"kind": "ImageStreamTag",
96+
"name": "4.4.2"
97+
}
98+
},
99+
{
100+
"name": "4.4",
101+
"annotations": {
102+
"description": "Build and run NodeJS applications",
103+
"iconClass": "icon-nodejs",
104+
"tags": "builder,nodejs,nodejs-4.4.2",
105+
"supports":"nodejs:4,nodejs:4.4,nodejs",
106+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
107+
},
108+
"from": {
109+
"kind": "ImageStreamTag",
110+
"name": "4.4.2"
111+
}
112+
},
113+
{
114+
"name": "4.4.2",
115+
"annotations": {
116+
"description": "Build and run NodeJS applications",
117+
"iconClass": "icon-nodejs",
118+
"tags": "builder,nodejs,nodejs-4.4.2,nodejs-lts",
119+
"supports":"nodejs:4,nodejs:4.4,nodejs",
120+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
121+
},
122+
"from": {
123+
"kind": "DockerImage",
124+
"name": "ryanj/centos7-s2i-nodejs:4.4.2"
125+
}
126+
},
127+
{
128+
"name": "latest",
129+
"annotations": {
130+
"description": "Build and run NodeJS applications",
131+
"iconClass": "icon-nodejs",
132+
"tags": "builder,nodejs,nodejs-5.10.1",
133+
"supports":"nodejs:5,nodejs:5.10,nodejs",
134+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
135+
},
136+
"from": {
137+
"kind": "ImageStreamTag",
138+
"name": "5.10.1"
139+
}
140+
},
141+
{
142+
"name": "5.10",
143+
"annotations": {
144+
"description": "Build and run NodeJS applications",
145+
"iconClass": "icon-nodejs",
146+
"tags": "builder,nodejs,nodejs-5.10.1",
147+
"supports":"nodejs:5,nodejs:5.10,nodejs",
148+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
149+
},
150+
"from": {
151+
"kind": "ImageStreamTag",
152+
"name": "5.10.1"
153+
}
154+
},
155+
{
156+
"name": "5",
157+
"annotations": {
158+
"description": "Build and run NodeJS applications",
159+
"iconClass": "icon-nodejs",
160+
"tags": "builder,nodejs,nodejs-5.10.1",
161+
"supports":"nodejs:5,nodejs:5.10,nodejs",
162+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
163+
},
164+
"from": {
165+
"kind": "ImageStreamTag",
166+
"name": "5.10.1"
167+
}
168+
},
169+
{
170+
"name": "stable",
171+
"annotations": {
172+
"description": "Build and run NodeJS applications",
173+
"iconClass": "icon-nodejs",
174+
"tags": "builder,nodejs,nodejs-5.10.1,nodejs-stable",
175+
"supports":"nodejs:5,nodejs:5.10,nodejs",
176+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
177+
},
178+
"from": {
179+
"kind": "ImageStreamTag",
180+
"name": "5.10.1"
181+
}
182+
},
183+
{
184+
"name": "5.10.1",
185+
"annotations": {
186+
"description": "Build and run NodeJS applications",
187+
"iconClass": "icon-nodejs",
188+
"tags": "builder,nodejs,nodejs-5.10.1,nodejs-latest",
189+
"supports":"nodejs:5,nodejs:5.10,nodejs",
190+
"version": "5.10.1",
191+
"sampleRepo": "https://github.com/ryanj/pillar-base.git"
192+
},
193+
"from": {
194+
"kind": "DockerImage",
195+
"name": "ryanj/centos7-s2i-nodejs:5.10.1"
196+
}
197+
}
198+
]
199+
}
200+
}
201+
]
202+
}

0 commit comments

Comments
 (0)