Skip to content

Commit dac4aae

Browse files
committed
Python-3.9 for RHEL8 has reached EOL in Nov 2025
The tracking ticket is here: https://issues.redhat.com/browse/RHEL-124844 This pull requests removes this version from building, testing on RHEL8 Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 085aca5 commit dac4aae

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
tag: "c9s"
2323
image_name: "python-39-c9s"
2424

25-
- dockerfile: "3.9-minimal/Dockerfile.rhel8"
26-
docker_context: "3.9-minimal"
27-
registry_namespace: "sclorg"
28-
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
29-
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
30-
tag: "el8"
31-
image_name: "python-39-minimal-el8"
32-
3325
- dockerfile: "3.9-minimal/Dockerfile.c9s"
3426
docker_context: "3.9-minimal"
3527
registry_namespace: "sclorg"

specs/multispec.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ specs:
190190
base_img_version: "1"
191191
module_stream: "python39:3.9"
192192
pkg_prefix: "python39"
193-
main_image: "registry.access.redhat.com/ubi8/python-39"
193+
main_image: "registry.access.redhat.com/ubi9/python-39"
194194

195195
"3.9-minimal":
196196
version: "3.9"
@@ -217,11 +217,9 @@ matrix:
217217
version: "3.6"
218218
- distros:
219219
- centos-stream-9-x86_64
220-
- rhel-8-x86_64
221220
- rhel-9-x86_64
222221
version: "3.9"
223222
- distros:
224-
- rhel-8-x86_64
225223
- centos-stream-9-x86_64
226224
version: "3.9-minimal"
227225
- distros:

0 commit comments

Comments
 (0)