Skip to content

Commit

Permalink
Fedora 38 is EOL, don't build new images
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme authored and frenzymadness committed Sep 11, 2024
1 parent ffd3b11 commit 08f3d5c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
tag: "el8"
image_name: "python-311-minimal-el8"

- dockerfile: "3.11-minimal/Dockerfile.fedora"
docker_context: "3.11-minimal"
registry_namespace: "fedora"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
tag: "311"
image_name: "python-311-minimal"

- dockerfile: "3.11-minimal/Dockerfile.c9s"
docker_context: "3.11-minimal"
registry_namespace: "sclorg"
Expand All @@ -62,14 +54,6 @@ jobs:
tag: "c9s"
image_name: "python-311-minimal-c9s"

- dockerfile: "3.11/Dockerfile.fedora"
docker_context: "3.11"
registry_namespace: "fedora"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
tag: "311"
image_name: "python-311"

- dockerfile: "3.11/Dockerfile.c9s"
docker_context: "3.11"
registry_namespace: "sclorg"
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Images available on Quay are:
* CentOS Stream 9 [python-311-c9s](https://quay.io/repository/sclorg/python-311-c9s)
* CentOS Stream 9 [python-312-minimal-c9s](https://quay.io/repository/sclorg/python-312-minimal-c9s)
* CentOS Stream 9 [python-312-c9s](https://quay.io/repository/sclorg/python-312-c9s)
* Fedora [python-311-minimal](https://quay.io/repository/fedora/python-311-minimal)
* Fedora [python-311](https://quay.io/repository/fedora/python-311)
* Fedora [python-312-minimal](https://quay.io/repository/fedora/python-312-minimal)
* Fedora [python-312](https://quay.io/repository/fedora/python-312)

Expand Down Expand Up @@ -69,7 +67,6 @@ CentOS and CentOS Stream versions currently supported are:
* CentOS Stream 9 ([quay.io/sclorg](https://quay.io/organization/sclorg))

Fedora versions currently supported are:
* Fedora 38 ([quay.io/fedora](https://quay.io/organization/fedora))
* Fedora 39 ([quay.io/fedora](https://quay.io/organization/fedora))

Download
Expand Down
15 changes: 0 additions & 15 deletions specs/multispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ specs:
"3.11": ['python3.11', 'python3.11-devel', 'python3.11-pip']
"3.12": ['python3.12', 'python3.12-devel', 'python3.12-pip']

fedora38:
distros:
- fedora-38-x86_64
fedora_version: "38"
minimal_image: "quay.io/fedora/fedora-minimal:38"
s2i_base: quay.io/fedora/s2i-base
img_tag: "38"
org: "fedora"
python_pkgs: ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'atlas-devel', 'gcc-gfortran',
'libffi-devel', 'libtool-ltdl', 'enchant', 'redhat-rpm-config',
'krb5-devel']

fedora39:
distros:
- fedora-39-x86_64
Expand Down Expand Up @@ -184,13 +171,11 @@ matrix:
- centos-stream-9-x86_64
version: "3.9-minimal"
- distros:
- fedora-38-x86_64
- centos-stream-9-x86_64
- rhel-9-x86_64
- rhel-8-x86_64
version: "3.11"
- distros:
- fedora-38-x86_64
- centos-stream-9-x86_64
- rhel-8-x86_64
version: "3.11-minimal"
Expand Down

0 comments on commit 08f3d5c

Please sign in to comment.