|
407 | 407 | "annotations": { |
408 | 408 | "openshift.io/display-name": "Python (Latest)", |
409 | 409 | "openshift.io/provider-display-name": "Red Hat, Inc.", |
410 | | - "description": "Build and run Python applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.5/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major versions updates.", |
| 410 | + "description": "Build and run Python applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major versions updates.", |
411 | 411 | "iconClass": "icon-python", |
412 | 412 | "tags": "builder,python", |
413 | 413 | "supports":"python", |
414 | 414 | "sampleRepo": "https://github.com/openshift/django-ex.git" |
415 | 415 | }, |
416 | 416 | "from": { |
417 | 417 | "kind": "ImageStreamTag", |
418 | | - "name": "3.5" |
| 418 | + "name": "3.6" |
419 | 419 | } |
420 | 420 | }, |
421 | 421 | { |
|
485 | 485 | "kind": "DockerImage", |
486 | 486 | "name": "registry.access.redhat.com/rhscl/python-35-rhel7:latest" |
487 | 487 | } |
| 488 | + }, |
| 489 | + { |
| 490 | + "name": "3.6", |
| 491 | + "annotations": { |
| 492 | + "openshift.io/display-name": "Python 3.6", |
| 493 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 494 | + "description": "Build and run Python 3.6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.", |
| 495 | + "iconClass": "icon-python", |
| 496 | + "tags": "builder,python", |
| 497 | + "supports":"python:3.6,python", |
| 498 | + "version": "3.6", |
| 499 | + "sampleRepo": "https://github.com/openshift/django-ex.git" |
| 500 | + }, |
| 501 | + "from": { |
| 502 | + "kind": "DockerImage", |
| 503 | + "name": "registry.access.redhat.com/rhscl/python-36-rhel7:latest" |
| 504 | + } |
488 | 505 | } |
489 | 506 | ] |
490 | 507 | } |
|
0 commit comments