Skip to content

Commit cc6d266

Browse files
committed
Fix/restore Python 3.12 imagestreams
1 parent ddcc55e commit cc6d266

4 files changed

Lines changed: 63 additions & 6 deletions

File tree

imagestreams/imagestreams.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
latest: "3.12-ubi9"
1414
distros:
1515
- name: UBI 8
16-
app_versions: ["3.6", "3.9"]
16+
app_versions: ["3.6", "3.9", "3.12"]
1717

1818
- name: UBI 9
19-
app_versions: ["3.9", "3.12-minimal"]
19+
app_versions: ["3.9", "3.12", "3.12-minimal"]
2020

2121
- name: UBI 10
2222
app_versions: ["3.12-minimal"]
@@ -25,10 +25,10 @@
2525
latest: "3.12-ubi8"
2626
distros:
2727
- name: UBI 8
28-
app_versions: ["3.6", "3.9"]
28+
app_versions: ["3.6", "3.9", "3.12"]
2929

3030
- name: UBI 9
31-
app_versions: ["3.9", "3.12-minimal"]
31+
app_versions: ["3.9", "3.12", "3.12-minimal"]
3232

3333
- name: UBI 10
3434
app_versions: ["3.12-minimal"]
@@ -37,10 +37,10 @@
3737
latest: "3.12-ubi8"
3838
distros:
3939
- name: UBI 8
40-
app_versions: ["3.6", "3.9"]
40+
app_versions: ["3.6", "3.9", "3.12"]
4141

4242
- name: UBI 9
43-
app_versions: ["3.9", "3.12-minimal"]
43+
app_versions: ["3.9", "3.12", "3.12-minimal"]
4444

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

imagestreams/python-centos.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@
4747
"type": "Local"
4848
}
4949
},
50+
{
51+
"name": "3.12-ubi8",
52+
"annotations": {
53+
"openshift.io/display-name": "Python 3.12 (UBI 8)",
54+
"openshift.io/provider-display-name": "Red Hat, Inc.",
55+
"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.",
56+
"iconClass": "icon-python",
57+
"tags": "builder,python",
58+
"version": "3.12",
59+
"sampleRepo": "https://github.com/sclorg/django-ex.git"
60+
},
61+
"from": {
62+
"kind": "DockerImage",
63+
"name": "registry.access.redhat.com/ubi8/python-312:latest"
64+
},
65+
"referencePolicy": {
66+
"type": "Local"
67+
}
68+
},
5069
{
5170
"name": "3.9-ubi9",
5271
"annotations": {

imagestreams/python-rhel-aarch64.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@
4747
"type": "Local"
4848
}
4949
},
50+
{
51+
"name": "3.12-ubi8",
52+
"annotations": {
53+
"openshift.io/display-name": "Python 3.12 (UBI 8)",
54+
"openshift.io/provider-display-name": "Red Hat, Inc.",
55+
"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.",
56+
"iconClass": "icon-python",
57+
"tags": "builder,python",
58+
"version": "3.12",
59+
"sampleRepo": "https://github.com/sclorg/django-ex.git"
60+
},
61+
"from": {
62+
"kind": "DockerImage",
63+
"name": "registry.redhat.io/ubi8/python-312:latest"
64+
},
65+
"referencePolicy": {
66+
"type": "Local"
67+
}
68+
},
5069
{
5170
"name": "3.9-ubi9",
5271
"annotations": {

imagestreams/python-rhel.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@
4747
"type": "Local"
4848
}
4949
},
50+
{
51+
"name": "3.12-ubi8",
52+
"annotations": {
53+
"openshift.io/display-name": "Python 3.12 (UBI 8)",
54+
"openshift.io/provider-display-name": "Red Hat, Inc.",
55+
"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.",
56+
"iconClass": "icon-python",
57+
"tags": "builder,python",
58+
"version": "3.12",
59+
"sampleRepo": "https://github.com/sclorg/django-ex.git"
60+
},
61+
"from": {
62+
"kind": "DockerImage",
63+
"name": "registry.redhat.io/ubi8/python-312:latest"
64+
},
65+
"referencePolicy": {
66+
"type": "Local"
67+
}
68+
},
5069
{
5170
"name": "3.9-ubi9",
5271
"annotations": {

0 commit comments

Comments
 (0)