diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index e861e74e..4ef5e7ea 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -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" @@ -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" diff --git a/README.md b/README.md index ff9e8ef4..0e573dfa 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/specs/multispec.yml b/specs/multispec.yml index de492b3f..829acebc 100644 --- a/specs/multispec.yml +++ b/specs/multispec.yml @@ -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 @@ -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"