|
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": [ |
|
104 | 117 | "kind": "ImageStream", |
105 | 118 | "apiVersion": "v1", |
106 | 119 | "metadata": { |
107 | | - "name": "perl", |
108 | | - "creationTimestamp": null |
| 120 | + "name": "perl" |
109 | 121 | }, |
110 | 122 | "spec": { |
111 | 123 | "tags": [ |
|
161 | 173 | "kind": "ImageStream", |
162 | 174 | "apiVersion": "v1", |
163 | 175 | "metadata": { |
164 | | - "name": "php", |
165 | | - "creationTimestamp": null |
| 176 | + "name": "php" |
166 | 177 | }, |
167 | 178 | "spec": { |
168 | 179 | "tags": [ |
|
217 | 228 | "kind": "ImageStream", |
218 | 229 | "apiVersion": "v1", |
219 | 230 | "metadata": { |
220 | | - "name": "python", |
221 | | - "creationTimestamp": null |
| 231 | + "name": "python" |
222 | 232 | }, |
223 | 233 | "spec": { |
224 | 234 | "tags": [ |
|
233 | 243 | }, |
234 | 244 | "from": { |
235 | 245 | "kind": "ImageStreamTag", |
236 | | - "name": "3.4" |
| 246 | + "name": "3.5" |
237 | 247 | } |
238 | 248 | }, |
239 | 249 | { |
|
280 | 290 | "kind": "DockerImage", |
281 | 291 | "name": "centos/python-34-centos7:latest" |
282 | 292 | } |
| 293 | + }, |
| 294 | + { |
| 295 | + "name": "3.5", |
| 296 | + "annotations": { |
| 297 | + "description": "Build and run Python 3.5 applications", |
| 298 | + "iconClass": "icon-python", |
| 299 | + "tags": "builder,python", |
| 300 | + "supports":"python:3.5,python", |
| 301 | + "version": "3.5", |
| 302 | + "sampleRepo": "https://github.com/openshift/django-ex.git" |
| 303 | + }, |
| 304 | + "from": { |
| 305 | + "kind": "DockerImage", |
| 306 | + "name": "centos/python-35-centos7:latest" |
| 307 | + } |
283 | 308 | } |
284 | 309 | ] |
285 | 310 | } |
|
288 | 313 | "kind": "ImageStream", |
289 | 314 | "apiVersion": "v1", |
290 | 315 | "metadata": { |
291 | | - "name": "wildfly", |
292 | | - "creationTimestamp": null |
| 316 | + "name": "wildfly" |
293 | 317 | }, |
294 | 318 | "spec": { |
295 | 319 | "tags": [ |
|
359 | 383 | "kind": "ImageStream", |
360 | 384 | "apiVersion": "v1", |
361 | 385 | "metadata": { |
362 | | - "name": "mysql", |
363 | | - "creationTimestamp": null |
| 386 | + "name": "mysql" |
364 | 387 | }, |
365 | 388 | "spec": { |
366 | 389 | "tags": [ |
|
409 | 432 | "kind": "ImageStream", |
410 | 433 | "apiVersion": "v1", |
411 | 434 | "metadata": { |
412 | | - "name": "postgresql", |
413 | | - "creationTimestamp": null |
| 435 | + "name": "mariadb" |
| 436 | + }, |
| 437 | + "spec": { |
| 438 | + "tags": [ |
| 439 | + { |
| 440 | + "name": "latest", |
| 441 | + "annotations": { |
| 442 | + "description": "Provides a MariaDB database", |
| 443 | + "iconClass": "icon-mariadb", |
| 444 | + "tags": "mariadb" |
| 445 | + }, |
| 446 | + "from": { |
| 447 | + "kind": "ImageStreamTag", |
| 448 | + "name": "10.1" |
| 449 | + } |
| 450 | + }, |
| 451 | + { |
| 452 | + "name": "10.1", |
| 453 | + "annotations": { |
| 454 | + "description": "Provides a MariaDB v10.1 database", |
| 455 | + "iconClass": "icon-mariadb", |
| 456 | + "tags": "mariadb", |
| 457 | + "version": "10.1" |
| 458 | + }, |
| 459 | + "from": { |
| 460 | + "kind": "DockerImage", |
| 461 | + "name": "centos/mariadb-101-centos7:latest" |
| 462 | + } |
| 463 | + } |
| 464 | + ] |
| 465 | + } |
| 466 | + }, |
| 467 | + { |
| 468 | + "kind": "ImageStream", |
| 469 | + "apiVersion": "v1", |
| 470 | + "metadata": { |
| 471 | + "name": "postgresql" |
414 | 472 | }, |
415 | 473 | "spec": { |
416 | 474 | "tags": [ |
|
423 | 481 | }, |
424 | 482 | "from": { |
425 | 483 | "kind": "ImageStreamTag", |
426 | | - "name": "9.4" |
| 484 | + "name": "9.5" |
427 | 485 | } |
428 | 486 | }, |
429 | 487 | { |
|
451 | 509 | "kind": "DockerImage", |
452 | 510 | "name": "centos/postgresql-94-centos7:latest" |
453 | 511 | } |
| 512 | + }, |
| 513 | + { |
| 514 | + "name": "9.5", |
| 515 | + "annotations": { |
| 516 | + "description": "Provides a PostgreSQL v9.5 database", |
| 517 | + "iconClass": "icon-postgresql", |
| 518 | + "tags": "postgresql", |
| 519 | + "version": "9.5" |
| 520 | + }, |
| 521 | + "from": { |
| 522 | + "kind": "DockerImage", |
| 523 | + "name": "centos/postgresql-95-centos7:latest" |
| 524 | + } |
454 | 525 | } |
455 | 526 | ] |
456 | 527 | } |
|
459 | 530 | "kind": "ImageStream", |
460 | 531 | "apiVersion": "v1", |
461 | 532 | "metadata": { |
462 | | - "name": "mongodb", |
463 | | - "creationTimestamp": null |
| 533 | + "name": "mongodb" |
464 | 534 | }, |
465 | 535 | "spec": { |
466 | 536 | "tags": [ |
|
473 | 543 | }, |
474 | 544 | "from": { |
475 | 545 | "kind": "ImageStreamTag", |
476 | | - "name": "2.6" |
| 546 | + "name": "3.2" |
477 | 547 | } |
478 | 548 | }, |
479 | 549 | { |
|
501 | 571 | "kind": "DockerImage", |
502 | 572 | "name": "centos/mongodb-26-centos7:latest" |
503 | 573 | } |
| 574 | + }, |
| 575 | + { |
| 576 | + "name": "3.2", |
| 577 | + "annotations": { |
| 578 | + "description": "Provides a MongoDB v3.2 database", |
| 579 | + "iconClass": "icon-mongodb", |
| 580 | + "tags": "mongodb", |
| 581 | + "version": "3.2" |
| 582 | + }, |
| 583 | + "from": { |
| 584 | + "kind": "DockerImage", |
| 585 | + "name": "centos/mongodb-32-centos7:latest" |
| 586 | + } |
504 | 587 | } |
505 | 588 | ] |
506 | 589 | } |
|
509 | 592 | "kind": "ImageStream", |
510 | 593 | "apiVersion": "v1", |
511 | 594 | "metadata": { |
512 | | - "name": "jenkins", |
513 | | - "creationTimestamp": null |
| 595 | + "name": "jenkins" |
514 | 596 | }, |
515 | 597 | "spec": { |
516 | 598 | "tags": [ |
|
0 commit comments