Skip to content

Commit 06308a4

Browse files
committed
add new SCL version imagestreams
1 parent 1b04cb2 commit 06308a4

File tree

3 files changed

+488
-98
lines changed

3 files changed

+488
-98
lines changed

examples/image-streams/image-streams-centos7.json

Lines changed: 122 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"kind": "ImageStream",
88
"apiVersion": "v1",
99
"metadata": {
10-
"name": "ruby",
11-
"creationTimestamp": null
10+
"name": "ruby"
1211
},
1312
"spec": {
1413
"tags": [
@@ -23,7 +22,7 @@
2322
},
2423
"from": {
2524
"kind": "ImageStreamTag",
26-
"name": "2.2"
25+
"name": "2.3"
2726
}
2827
},
2928
{
@@ -55,6 +54,21 @@
5554
"kind": "DockerImage",
5655
"name": "centos/ruby-22-centos7:latest"
5756
}
57+
},
58+
{
59+
"name": "2.3",
60+
"annotations": {
61+
"description": "Build and run Ruby 2.3 applications",
62+
"iconClass": "icon-ruby",
63+
"tags": "builder,ruby",
64+
"supports": "ruby:2.3,ruby",
65+
"version": "2.3",
66+
"sampleRepo": "https://github.com/openshift/ruby-ex.git"
67+
},
68+
"from": {
69+
"kind": "DockerImage",
70+
"name": "centos/ruby-23-centos7:latest"
71+
}
5872
}
5973
]
6074
}
@@ -63,8 +77,7 @@
6377
"kind": "ImageStream",
6478
"apiVersion": "v1",
6579
"metadata": {
66-
"name": "nodejs",
67-
"creationTimestamp": null
80+
"name": "nodejs"
6881
},
6982
"spec": {
7083
"tags": [
@@ -79,7 +92,7 @@
7992
},
8093
"from": {
8194
"kind": "ImageStreamTag",
82-
"name": "0.10"
95+
"name": "4"
8396
}
8497
},
8598
{
@@ -96,6 +109,21 @@
96109
"kind": "DockerImage",
97110
"name": "openshift/nodejs-010-centos7:latest"
98111
}
112+
},
113+
{
114+
"name": "4",
115+
"annotations": {
116+
"description": "Build and run NodeJS 4.x applications",
117+
"iconClass": "icon-nodejs",
118+
"tags": "builder,nodejs",
119+
"supports":"nodejs:4,nodejs",
120+
"version": "4",
121+
"sampleRepo": "https://github.com/openshift/nodejs-ex.git"
122+
},
123+
"from": {
124+
"kind": "DockerImage",
125+
"name": "centos/nodejs-4-centos7:latest"
126+
}
99127
}
100128
]
101129
}
@@ -104,8 +132,7 @@
104132
"kind": "ImageStream",
105133
"apiVersion": "v1",
106134
"metadata": {
107-
"name": "perl",
108-
"creationTimestamp": null
135+
"name": "perl"
109136
},
110137
"spec": {
111138
"tags": [
@@ -161,8 +188,7 @@
161188
"kind": "ImageStream",
162189
"apiVersion": "v1",
163190
"metadata": {
164-
"name": "php",
165-
"creationTimestamp": null
191+
"name": "php"
166192
},
167193
"spec": {
168194
"tags": [
@@ -217,8 +243,7 @@
217243
"kind": "ImageStream",
218244
"apiVersion": "v1",
219245
"metadata": {
220-
"name": "python",
221-
"creationTimestamp": null
246+
"name": "python"
222247
},
223248
"spec": {
224249
"tags": [
@@ -233,7 +258,7 @@
233258
},
234259
"from": {
235260
"kind": "ImageStreamTag",
236-
"name": "3.4"
261+
"name": "3.5"
237262
}
238263
},
239264
{
@@ -280,6 +305,21 @@
280305
"kind": "DockerImage",
281306
"name": "centos/python-34-centos7:latest"
282307
}
308+
},
309+
{
310+
"name": "3.5",
311+
"annotations": {
312+
"description": "Build and run Python 3.5 applications",
313+
"iconClass": "icon-python",
314+
"tags": "builder,python",
315+
"supports":"python:3.5,python",
316+
"version": "3.5",
317+
"sampleRepo": "https://github.com/openshift/django-ex.git"
318+
},
319+
"from": {
320+
"kind": "DockerImage",
321+
"name": "centos/python-35-centos7:latest"
322+
}
283323
}
284324
]
285325
}
@@ -288,8 +328,7 @@
288328
"kind": "ImageStream",
289329
"apiVersion": "v1",
290330
"metadata": {
291-
"name": "wildfly",
292-
"creationTimestamp": null
331+
"name": "wildfly"
293332
},
294333
"spec": {
295334
"tags": [
@@ -359,8 +398,7 @@
359398
"kind": "ImageStream",
360399
"apiVersion": "v1",
361400
"metadata": {
362-
"name": "mysql",
363-
"creationTimestamp": null
401+
"name": "mysql"
364402
},
365403
"spec": {
366404
"tags": [
@@ -409,8 +447,43 @@
409447
"kind": "ImageStream",
410448
"apiVersion": "v1",
411449
"metadata": {
412-
"name": "postgresql",
413-
"creationTimestamp": null
450+
"name": "mariadb"
451+
},
452+
"spec": {
453+
"tags": [
454+
{
455+
"name": "latest",
456+
"annotations": {
457+
"description": "Provides a MariaDB database",
458+
"iconClass": "icon-mariadb",
459+
"tags": "mariadb"
460+
},
461+
"from": {
462+
"kind": "ImageStreamTag",
463+
"name": "10.1"
464+
}
465+
},
466+
{
467+
"name": "10.1",
468+
"annotations": {
469+
"description": "Provides a MariaDB v10.1 database",
470+
"iconClass": "icon-mariadb",
471+
"tags": "mariadb",
472+
"version": "10.1"
473+
},
474+
"from": {
475+
"kind": "DockerImage",
476+
"name": "centos/mariadb-101-centos7:latest"
477+
}
478+
}
479+
]
480+
}
481+
},
482+
{
483+
"kind": "ImageStream",
484+
"apiVersion": "v1",
485+
"metadata": {
486+
"name": "postgresql"
414487
},
415488
"spec": {
416489
"tags": [
@@ -423,7 +496,7 @@
423496
},
424497
"from": {
425498
"kind": "ImageStreamTag",
426-
"name": "9.4"
499+
"name": "9.5"
427500
}
428501
},
429502
{
@@ -451,6 +524,19 @@
451524
"kind": "DockerImage",
452525
"name": "centos/postgresql-94-centos7:latest"
453526
}
527+
},
528+
{
529+
"name": "9.5",
530+
"annotations": {
531+
"description": "Provides a PostgreSQL v9.5 database",
532+
"iconClass": "icon-postgresql",
533+
"tags": "postgresql",
534+
"version": "9.5"
535+
},
536+
"from": {
537+
"kind": "DockerImage",
538+
"name": "centos/postgresql-95-centos7:latest"
539+
}
454540
}
455541
]
456542
}
@@ -459,8 +545,7 @@
459545
"kind": "ImageStream",
460546
"apiVersion": "v1",
461547
"metadata": {
462-
"name": "mongodb",
463-
"creationTimestamp": null
548+
"name": "mongodb"
464549
},
465550
"spec": {
466551
"tags": [
@@ -473,7 +558,7 @@
473558
},
474559
"from": {
475560
"kind": "ImageStreamTag",
476-
"name": "2.6"
561+
"name": "3.2"
477562
}
478563
},
479564
{
@@ -501,6 +586,19 @@
501586
"kind": "DockerImage",
502587
"name": "centos/mongodb-26-centos7:latest"
503588
}
589+
},
590+
{
591+
"name": "3.2",
592+
"annotations": {
593+
"description": "Provides a MongoDB v3.2 database",
594+
"iconClass": "icon-mongodb",
595+
"tags": "mongodb",
596+
"version": "3.2"
597+
},
598+
"from": {
599+
"kind": "DockerImage",
600+
"name": "centos/mongodb-32-centos7:latest"
601+
}
504602
}
505603
]
506604
}
@@ -509,8 +607,7 @@
509607
"kind": "ImageStream",
510608
"apiVersion": "v1",
511609
"metadata": {
512-
"name": "jenkins",
513-
"creationTimestamp": null
610+
"name": "jenkins"
514611
},
515612
"spec": {
516613
"tags": [

0 commit comments

Comments
 (0)