From debddb413fa21798ed66620cde8ca128bf620c54 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Tue, 8 Aug 2023 10:15:21 +0200 Subject: [PATCH] disable testing and pushing to quay.io for CentOS7 image The CentOS registry has been decommissioned[1]. Alternative registries provide only old versions of CentOS base image. Because there is no known possibility currently to obtain fresh CentOS7 base container image (we do not want to update old images with yum -y update) we are stopping rebuilds of the SCLorg's s2i-images too. Already built images will be still available on quay.io. [1] https://lists.centos.org/pipermail/centos-devel/2023-May/142956.html --- .github/workflows/build-and-push.yml | 12 ------------ .github/workflows/container-tests.yml | 2 +- 10.3/.exclude-centos7 | 0 10.5/.exclude-centos7 | 0 4 files changed, 1 insertion(+), 13 deletions(-) create mode 100644 10.3/.exclude-centos7 create mode 100644 10.5/.exclude-centos7 diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index d55b84ae..ebf50515 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -14,18 +14,6 @@ jobs: fail-fast: false matrix: include: - - dockerfile: "10.3/Dockerfile" - registry_namespace: "centos7" - quayio_username: "QUAY_IMAGE_BUILDER_USERNAME" - quayio_token: "QUAY_IMAGE_BUILDER_TOKEN" - tag: "centos7" - image_name: "mariadb-103-centos7" - - dockerfile: "10.5/Dockerfile" - registry_namespace: "centos7" - quayio_username: "QUAY_IMAGE_BUILDER_USERNAME" - quayio_token: "QUAY_IMAGE_BUILDER_TOKEN" - tag: "centos7" - image_name: "mariadb-105-centos7" - dockerfile: "10.5/Dockerfile.c9s" registry_namespace: "sclorg" quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME" diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index d6c633ff..90db7b01 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: version: [ "10.3", "10.5" ] - os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s", "c8s"] + os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s", "c8s"] test_case: [ "container" ] if: | diff --git a/10.3/.exclude-centos7 b/10.3/.exclude-centos7 new file mode 100644 index 00000000..e69de29b diff --git a/10.5/.exclude-centos7 b/10.5/.exclude-centos7 new file mode 100644 index 00000000..e69de29b