|
7 | 7 | "kind": "ImageStream",
|
8 | 8 | "apiVersion": "v1",
|
9 | 9 | "metadata": {
|
10 |
| - "name": "ruby", |
11 |
| - "creationTimestamp": null |
| 10 | + "name": "ruby" |
12 | 11 | },
|
13 | 12 | "spec": {
|
14 | 13 | "tags": [
|
|
23 | 22 | },
|
24 | 23 | "from": {
|
25 | 24 | "kind": "ImageStreamTag",
|
26 |
| - "name": "2.2" |
| 25 | + "name": "2.3" |
27 | 26 | }
|
28 | 27 | },
|
29 | 28 | {
|
|
55 | 54 | "kind": "DockerImage",
|
56 | 55 | "name": "centos/ruby-22-centos7:latest"
|
57 | 56 | }
|
| 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 | + } |
58 | 72 | }
|
59 | 73 | ]
|
60 | 74 | }
|
|
63 | 77 | "kind": "ImageStream",
|
64 | 78 | "apiVersion": "v1",
|
65 | 79 | "metadata": {
|
66 |
| - "name": "nodejs", |
67 |
| - "creationTimestamp": null |
| 80 | + "name": "nodejs" |
68 | 81 | },
|
69 | 82 | "spec": {
|
70 | 83 | "tags": [
|
|
79 | 92 | },
|
80 | 93 | "from": {
|
81 | 94 | "kind": "ImageStreamTag",
|
82 |
| - "name": "0.10" |
| 95 | + "name": "4" |
83 | 96 | }
|
84 | 97 | },
|
85 | 98 | {
|
|
96 | 109 | "kind": "DockerImage",
|
97 | 110 | "name": "openshift/nodejs-010-centos7:latest"
|
98 | 111 | }
|
| 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 | + } |
99 | 127 | }
|
100 | 128 | ]
|
101 | 129 | }
|
|
104 | 132 | "kind": "ImageStream",
|
105 | 133 | "apiVersion": "v1",
|
106 | 134 | "metadata": {
|
107 |
| - "name": "perl", |
108 |
| - "creationTimestamp": null |
| 135 | + "name": "perl" |
109 | 136 | },
|
110 | 137 | "spec": {
|
111 | 138 | "tags": [
|
|
161 | 188 | "kind": "ImageStream",
|
162 | 189 | "apiVersion": "v1",
|
163 | 190 | "metadata": {
|
164 |
| - "name": "php", |
165 |
| - "creationTimestamp": null |
| 191 | + "name": "php" |
166 | 192 | },
|
167 | 193 | "spec": {
|
168 | 194 | "tags": [
|
|
217 | 243 | "kind": "ImageStream",
|
218 | 244 | "apiVersion": "v1",
|
219 | 245 | "metadata": {
|
220 |
| - "name": "python", |
221 |
| - "creationTimestamp": null |
| 246 | + "name": "python" |
222 | 247 | },
|
223 | 248 | "spec": {
|
224 | 249 | "tags": [
|
|
233 | 258 | },
|
234 | 259 | "from": {
|
235 | 260 | "kind": "ImageStreamTag",
|
236 |
| - "name": "3.4" |
| 261 | + "name": "3.5" |
237 | 262 | }
|
238 | 263 | },
|
239 | 264 | {
|
|
280 | 305 | "kind": "DockerImage",
|
281 | 306 | "name": "centos/python-34-centos7:latest"
|
282 | 307 | }
|
| 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 | + } |
283 | 323 | }
|
284 | 324 | ]
|
285 | 325 | }
|
|
288 | 328 | "kind": "ImageStream",
|
289 | 329 | "apiVersion": "v1",
|
290 | 330 | "metadata": {
|
291 |
| - "name": "wildfly", |
292 |
| - "creationTimestamp": null |
| 331 | + "name": "wildfly" |
293 | 332 | },
|
294 | 333 | "spec": {
|
295 | 334 | "tags": [
|
|
359 | 398 | "kind": "ImageStream",
|
360 | 399 | "apiVersion": "v1",
|
361 | 400 | "metadata": {
|
362 |
| - "name": "mysql", |
363 |
| - "creationTimestamp": null |
| 401 | + "name": "mysql" |
364 | 402 | },
|
365 | 403 | "spec": {
|
366 | 404 | "tags": [
|
|
409 | 447 | "kind": "ImageStream",
|
410 | 448 | "apiVersion": "v1",
|
411 | 449 | "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" |
414 | 487 | },
|
415 | 488 | "spec": {
|
416 | 489 | "tags": [
|
|
423 | 496 | },
|
424 | 497 | "from": {
|
425 | 498 | "kind": "ImageStreamTag",
|
426 |
| - "name": "9.4" |
| 499 | + "name": "9.5" |
427 | 500 | }
|
428 | 501 | },
|
429 | 502 | {
|
|
451 | 524 | "kind": "DockerImage",
|
452 | 525 | "name": "centos/postgresql-94-centos7:latest"
|
453 | 526 | }
|
| 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 | + } |
454 | 540 | }
|
455 | 541 | ]
|
456 | 542 | }
|
|
459 | 545 | "kind": "ImageStream",
|
460 | 546 | "apiVersion": "v1",
|
461 | 547 | "metadata": {
|
462 |
| - "name": "mongodb", |
463 |
| - "creationTimestamp": null |
| 548 | + "name": "mongodb" |
464 | 549 | },
|
465 | 550 | "spec": {
|
466 | 551 | "tags": [
|
|
473 | 558 | },
|
474 | 559 | "from": {
|
475 | 560 | "kind": "ImageStreamTag",
|
476 |
| - "name": "2.6" |
| 561 | + "name": "3.2" |
477 | 562 | }
|
478 | 563 | },
|
479 | 564 | {
|
|
501 | 586 | "kind": "DockerImage",
|
502 | 587 | "name": "centos/mongodb-26-centos7:latest"
|
503 | 588 | }
|
| 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 | + } |
504 | 602 | }
|
505 | 603 | ]
|
506 | 604 | }
|
|
509 | 607 | "kind": "ImageStream",
|
510 | 608 | "apiVersion": "v1",
|
511 | 609 | "metadata": {
|
512 |
| - "name": "jenkins", |
513 |
| - "creationTimestamp": null |
| 610 | + "name": "jenkins" |
514 | 611 | },
|
515 | 612 | "spec": {
|
516 | 613 | "tags": [
|
|
0 commit comments