Skip to content

Commit

Permalink
Add new imagestreams
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored and zmiklank committed May 29, 2024
1 parent 64d8a91 commit ee1e24a
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
40 changes: 40 additions & 0 deletions imagestreams/python-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@
"type": "Local"
}
},
{
"name": "3.12-ubi9",
"annotations": {
"openshift.io/display-name": "Python 3.12 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.12 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.12,python",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/python-312:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.12-ubi8",
"annotations": {
"openshift.io/display-name": "Python 3.12 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.11 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.12,python",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/python-312:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.9-ubi9",
"annotations": {
Expand Down
40 changes: 40 additions & 0 deletions imagestreams/python-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@
"type": "Local"
}
},
{
"name": "3.12-ubi9",
"annotations": {
"openshift.io/display-name": "Python 3.12 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.12 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.12,python",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi9/python-312:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.12-ubi8",
"annotations": {
"openshift.io/display-name": "Python 3.12 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.11 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.12,python",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi8/python-312:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.9-ubi9",
"annotations": {
Expand Down
40 changes: 40 additions & 0 deletions imagestreams/python-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@
"type": "Local"
}
},
{
"name": "3.12-ubi9",
"annotations": {
"openshift.io/display-name": "Python 3.12 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.12 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.12,python",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi9/python-312:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.12-ubi8",
"annotations": {
"openshift.io/display-name": "Python 3.12 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.11 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python:3.12,python",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi8/python-312:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.11-ubi9",
"annotations": {
Expand Down

0 comments on commit ee1e24a

Please sign in to comment.