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
108 changes: 0 additions & 108 deletions 3.12-minimal/Dockerfile.rhel8

This file was deleted.

28 changes: 19 additions & 9 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,39 @@
https://github.com/sclorg/s2i-python-container/blob/master/APP_VERSION/README.md.
imagestream_files:
- filename: python-centos.json
latest: "3.9-ubi9"
latest: "3.12-ubi9"
distros:
- name: UBI 8
app_versions: ["3.6", "3.8", "3.9", "3.12"]
app_versions: ["3.6", "3.9", "3.11", "3.12"]

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

- name: UBI 10
app_versions: ["3.12-minimal"]

- filename: python-rhel.json
latest: "3.11-ubi8"
latest: "3.12-ubi8"
distros:
- name: UBI 8
app_versions: ["3.6", "3.8", "3.9", "3.11", "3.12"]
app_versions: ["3.6", "3.9", "3.11", "3.12"]

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

- name: UBI 10
app_versions: ["3.12-minimal"]

- filename: python-rhel-aarch64.json
latest: "3.9-ubi8"
latest: "3.12-ubi8"
distros:
- name: UBI 8
app_versions: ["3.6", "3.8", "3.9", "3.12"]
app_versions: ["3.6", "3.9", "3.11", "3.12"]

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

- name: UBI 10
app_versions: ["3.12-minimal"]

...
85 changes: 71 additions & 14 deletions imagestreams/python-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,38 +29,38 @@
}
},
{
"name": "3.8-ubi8",
"name": "3.9-ubi8",
"annotations": {
"openshift.io/display-name": "Python 3.8 (UBI 8)",
"openshift.io/display-name": "Python 3.9 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.8 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.8/README.md.",
"description": "Build and run Python 3.9 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.9/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"version": "3.8",
"version": "3.9",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/python-38:latest"
"name": "registry.access.redhat.com/ubi8/python-39:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.9-ubi8",
"name": "3.11-ubi8",
"annotations": {
"openshift.io/display-name": "Python 3.9 (UBI 8)",
"openshift.io/display-name": "Python 3.11 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.9 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.9/README.md.",
"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.11/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"version": "3.9",
"version": "3.11",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/python-39:latest"
"name": "registry.access.redhat.com/ubi8/python-311:latest"
},
"referencePolicy": {
"type": "Local"
Expand Down Expand Up @@ -104,6 +104,25 @@
"type": "Local"
}
},
{
"name": "3.11-ubi9",
"annotations": {
"openshift.io/display-name": "Python 3.11 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.11 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.11/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"version": "3.11",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/python-311:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.12-ubi9",
"annotations": {
Expand All @@ -123,20 +142,58 @@
"type": "Local"
}
},
{
"name": "3.12-minimal-ubi9",
"annotations": {
"openshift.io/display-name": "Python 3.12-minimal (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.12-minimal 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-minimal/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"version": "3.12-minimal",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/python-312-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "3.12-minimal-ubi10",
"annotations": {
"openshift.io/display-name": "Python 3.12-minimal (UBI 10)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.12-minimal applications on UBI 10. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12-minimal/README.md.",
"iconClass": "icon-python",
"tags": "builder,python",
"version": "3.12-minimal",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi10/python-312-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "Python 3.9 (Latest)",
"openshift.io/display-name": "Python 3.12 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Python 3.9 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.9/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-python",
"tags": "builder,python",
"version": "3.9",
"version": "3.12",
"sampleRepo": "https://github.com/sclorg/django-ex.git"
},
"from": {
"kind": "ImageStreamTag",
"name": "3.9-ubi9"
"name": "3.12-ubi9"
},
"referencePolicy": {
"type": "Local"
Expand Down
Loading