Skip to content

Commit 37220af

Browse files
phracekgithub-actions[bot]
authored andcommitted
Remove RHEL7 from imagestreams.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 073ad55 commit 37220af

File tree

5 files changed

+2
-52
lines changed

5 files changed

+2
-52
lines changed

1.20/.exclude-rhel7

Whitespace-only changes.

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,7 @@ Choose either the CentOS Stream 9 or RHEL8 based image:
6262
$ make build TARGET=rhel8 VERSIONS=1.24
6363
```
6464
65-
<<<<<<< HEAD
6665
* **CentOS Stream based image**
67-
||||||| parent of 8fc0bd0 (Update README's for using RHEL8 and CentOS Stream 9.)
68-
* **CentOS7 based image**
69-
=======
70-
* **CentOS Stream 9 based image**
71-
>>>>>>> 8fc0bd0 (Update README's for using RHEL8 and CentOS Stream 9.)
7266
7367
This image is available on DockerHub. To download it run:
7468
@@ -132,7 +126,7 @@ Users can choose between testing Nginx based on a RHEL or CentOS image.
132126
133127
* **RHEL based image**
134128
135-
To test a RHEL7 based Nginx image, you need to run the test on a properly
129+
To test a RHEL8 based Nginx image, you need to run the test on a properly
136130
subscribed RHEL machine.
137131
138132
```
@@ -141,7 +135,7 @@ Users can choose between testing Nginx based on a RHEL or CentOS image.
141135
$ make test TARGET=rhel8 VERSIONS=1.24
142136
```
143137
144-
* **CentOS based image**
138+
* **CentOS Stream based image**
145139
146140
```
147141
$ cd nginx-container

imagestreams/imagestreams.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
- filename: nginx-centos.json
1616
latest: "1.24-ubi9"
1717
distros:
18-
- name: UBI 7
19-
app_versions: ["1.20"]
20-
2118
- name: UBI 8
2219
app_versions: ["1.22"]
2320

@@ -27,9 +24,6 @@
2724
- filename: nginx-rhel.json
2825
latest: "1.24-ubi9"
2926
distros:
30-
- name: UBI 7
31-
app_versions: ["1.20"]
32-
3327
- name: UBI 8
3428
app_versions: ["1.22"]
3529

imagestreams/nginx-centos.json

-19
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,6 @@
99
},
1010
"spec": {
1111
"tags": [
12-
{
13-
"name": "1.20-ubi7",
14-
"annotations": {
15-
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.20 (UBI 7)",
16-
"openshift.io/provider-display-name": "Red Hat, Inc.",
17-
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.20/README.md.",
18-
"iconClass": "icon-nginx",
19-
"tags": "builder,nginx",
20-
"version": "1.20",
21-
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
22-
},
23-
"from": {
24-
"kind": "DockerImage",
25-
"name": "registry.access.redhat.com/ubi7/nginx-120:latest"
26-
},
27-
"referencePolicy": {
28-
"type": "Local"
29-
}
30-
},
3112
{
3213
"name": "1.22-ubi8",
3314
"annotations": {

imagestreams/nginx-rhel.json

-19
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,6 @@
99
},
1010
"spec": {
1111
"tags": [
12-
{
13-
"name": "1.20-ubi7",
14-
"annotations": {
15-
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.20 (UBI 7)",
16-
"openshift.io/provider-display-name": "Red Hat, Inc.",
17-
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.20/README.md.",
18-
"iconClass": "icon-nginx",
19-
"tags": "builder,nginx",
20-
"version": "1.20",
21-
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
22-
},
23-
"from": {
24-
"kind": "DockerImage",
25-
"name": "registry.redhat.io/ubi7/nginx-120:latest"
26-
},
27-
"referencePolicy": {
28-
"type": "Local"
29-
}
30-
},
3112
{
3213
"name": "1.22-ubi8",
3314
"annotations": {

0 commit comments

Comments
 (0)