Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
latest: "3.12-ubi9"
distros:
- name: UBI 8
app_versions: ["3.6", "3.9"]
app_versions: ["3.6", "3.9", "3.12"]

- name: UBI 9
app_versions: ["3.9", "3.12-minimal"]
app_versions: ["3.9", "3.12", "3.12-minimal"]

- name: UBI 10
app_versions: ["3.12-minimal"]
Expand All @@ -25,10 +25,10 @@
latest: "3.12-ubi8"
distros:
- name: UBI 8
app_versions: ["3.6", "3.9"]
app_versions: ["3.6", "3.9", "3.12"]

- name: UBI 9
app_versions: ["3.9", "3.12-minimal"]
app_versions: ["3.9", "3.12", "3.12-minimal"]

- name: UBI 10
app_versions: ["3.12-minimal"]
Expand All @@ -37,10 +37,10 @@
latest: "3.12-ubi8"
distros:
- name: UBI 8
app_versions: ["3.6", "3.9"]
app_versions: ["3.6", "3.9", "3.12"]

- name: UBI 9
app_versions: ["3.9", "3.12-minimal"]
app_versions: ["3.9", "3.12", "3.12-minimal"]

- name: UBI 10
app_versions: ["3.12-minimal"]
Expand Down
19 changes: 19 additions & 0 deletions imagestreams/python-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@
"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.12 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",
"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
19 changes: 19 additions & 0 deletions imagestreams/python-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@
"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.12 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",
"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
19 changes: 19 additions & 0 deletions imagestreams/python-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@
"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.12 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",
"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