Skip to content

Commit 9ebea2b

Browse files
committed
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
1 parent 69623db commit 9ebea2b

File tree

4 files changed

+8
-26
lines changed

4 files changed

+8
-26
lines changed

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

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and push CentOS7 images to Quay.io registry
1+
name: Build and push images to Quay.io registry
22
on:
33
push:
44
branches:
@@ -14,27 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- dockerfile: "10/Dockerfile"
18-
registry_namespace: "centos7"
19-
tag: "centos7"
20-
image_name: "postgresql-10-centos7"
21-
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
22-
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
23-
docker_context: 10
24-
- dockerfile: "12/Dockerfile"
25-
registry_namespace: "centos7"
26-
tag: "centos7"
27-
image_name: "postgresql-12-centos7"
28-
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
29-
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
30-
docker_context: 12
31-
- dockerfile: "13/Dockerfile"
32-
registry_namespace: "centos7"
33-
tag: "centos7"
34-
image_name: "postgresql-13-centos7"
35-
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
36-
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
37-
docker_context: 13
3817
- dockerfile: "13/Dockerfile.c9s"
3918
registry_namespace: "sclorg"
4019
tag: "c9s"

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
version: [ "10", "11", "12", "13", "14", "15" ]
58-
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
58+
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
5959
test_case: [ "container" ]
6060

6161
if: |

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
version: [ "10", "11", "12", "13", "15" ]
38-
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
38+
os_test: [ "rhel7", "rhel8", "rhel9"]
3939
test_case: [ "openshift-3", "openshift-4" ]
4040
exclude:
41-
- test_case: "openshift-4"
42-
os_test: "centos7"
4341
- test_case: "openshift-3"
4442
os_test: "rhel8"
4543
- test_case: "openshift-3"

specs/multispec.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,18 @@ matrix:
161161
exclude:
162162
- distros:
163163
- rhel-9-x86_64
164+
- centos-7-x86_64
164165
- centos-stream-9-x86_64
165166
- fedora-35-x86_64
166167
version: "10"
167168
- distros:
168169
- rhel-9-x86_64
170+
- centos-7-x86_64
169171
- centos-stream-9-x86_64
170172
version: "12"
173+
- distros:
174+
- centos-7-x86_64
175+
version: "13"
171176
- distros:
172177
- centos-7-x86_64
173178
- rhel-7-x86_64

0 commit comments

Comments
 (0)