Skip to content

Commit 8063db8

Browse files
committed
REmove RHEL-7 from building and testing.
RHEL-7 reached EOL in June 2024 Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent d741d47 commit 8063db8

13 files changed

+19
-466
lines changed

.github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
version: [ "10", "11", "12", "13", "14", "15", "16" ]
61-
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s" ]
61+
os_test: [ "fedora", "rhel8", "rhel9", "c9s" ]
6262
test_case: [ "container" ]
6363

6464
if: |

.github/workflows/openshift-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
version: [ "10", "11", "12", "13", "15", "16" ]
51-
os_test: [ "rhel7", "rhel8", "rhel9"]
51+
os_test: [ "rhel8", "rhel9"]
5252
test_case: [ "openshift-4" ]
5353
steps:
5454
- uses: sclorg/tfaga-wrapper@main

10/Dockerfile.rhel7

-99
This file was deleted.

12/Dockerfile.rhel7

-100
This file was deleted.

13/Dockerfile.rhel7

-100
This file was deleted.

imagestreams/imagestreams.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
- filename: postgresql-rhel.json
1919
latest: "16-el9"
2020
distros:
21-
- name: RHEL 7
22-
app_versions: [10, 12, 13]
23-
2421
- name: RHEL 8
2522
app_versions: [10, 12, 13, 15, 16]
2623

imagestreams/postgresql-rhel.json

-54
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,6 @@
99
},
1010
"spec": {
1111
"tags": [
12-
{
13-
"name": "10-el7",
14-
"annotations": {
15-
"openshift.io/display-name": "PostgreSQL 10 (RHEL 7)",
16-
"openshift.io/provider-display-name": "Red Hat, Inc.",
17-
"description": "Provides a PostgreSQL 10 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
18-
"iconClass": "icon-postgresql",
19-
"tags": "database,postgresql",
20-
"version": "10"
21-
},
22-
"from": {
23-
"kind": "DockerImage",
24-
"name": "registry.redhat.io/rhscl/postgresql-10-rhel7:latest"
25-
},
26-
"referencePolicy": {
27-
"type": "Local"
28-
}
29-
},
30-
{
31-
"name": "12-el7",
32-
"annotations": {
33-
"openshift.io/display-name": "PostgreSQL 12 (RHEL 7)",
34-
"openshift.io/provider-display-name": "Red Hat, Inc.",
35-
"description": "Provides a PostgreSQL 12 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
36-
"iconClass": "icon-postgresql",
37-
"tags": "database,postgresql",
38-
"version": "12"
39-
},
40-
"from": {
41-
"kind": "DockerImage",
42-
"name": "registry.redhat.io/rhscl/postgresql-12-rhel7:latest"
43-
},
44-
"referencePolicy": {
45-
"type": "Local"
46-
}
47-
},
48-
{
49-
"name": "13-el7",
50-
"annotations": {
51-
"openshift.io/display-name": "PostgreSQL 13 (RHEL 7)",
52-
"openshift.io/provider-display-name": "Red Hat, Inc.",
53-
"description": "Provides a PostgreSQL 13 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
54-
"iconClass": "icon-postgresql",
55-
"tags": "database,postgresql",
56-
"version": "13"
57-
},
58-
"from": {
59-
"kind": "DockerImage",
60-
"name": "registry.redhat.io/rhscl/postgresql-13-rhel7:latest"
61-
},
62-
"referencePolicy": {
63-
"type": "Local"
64-
}
65-
},
6612
{
6713
"name": "10-el8",
6814
"annotations": {

0 commit comments

Comments
 (0)