Skip to content

Commit

Permalink
Remove RHEL7 from imagestreams.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jul 2, 2024
1 parent 987abdb commit 67dd54e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 52 deletions.
Empty file removed 1.20/.exclude-rhel7
Empty file.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ Choose either the CentOS Stream 9 or RHEL8 based image:
$ make build TARGET=rhel8 VERSIONS=1.24
```
<<<<<<< HEAD
* **CentOS Stream based image**
||||||| parent of 8fc0bd0 (Update README's for using RHEL8 and CentOS Stream 9.)
* **CentOS7 based image**
=======
* **CentOS Stream 9 based image**
>>>>>>> 8fc0bd0 (Update README's for using RHEL8 and CentOS Stream 9.)
This image is available on DockerHub. To download it run:
Expand Down Expand Up @@ -132,7 +126,7 @@ Users can choose between testing Nginx based on a RHEL or CentOS image.
* **RHEL based image**
To test a RHEL7 based Nginx image, you need to run the test on a properly
To test a RHEL8 based Nginx image, you need to run the test on a properly
subscribed RHEL machine.
```
Expand All @@ -141,7 +135,7 @@ Users can choose between testing Nginx based on a RHEL or CentOS image.
$ make test TARGET=rhel8 VERSIONS=1.24
```
* **CentOS based image**
* **CentOS Stream based image**
```
$ cd nginx-container
Expand Down
6 changes: 0 additions & 6 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
- filename: nginx-centos.json
latest: "1.24-ubi9"
distros:
- name: UBI 7
app_versions: ["1.20"]

- name: UBI 8
app_versions: ["1.22"]

Expand All @@ -27,9 +24,6 @@
- filename: nginx-rhel.json
latest: "1.24-ubi9"
distros:
- name: UBI 7
app_versions: ["1.20"]

- name: UBI 8
app_versions: ["1.22"]

Expand Down
19 changes: 0 additions & 19 deletions imagestreams/nginx-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@
},
"spec": {
"tags": [
{
"name": "1.20-ubi7",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.20 (UBI 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"iconClass": "icon-nginx",
"tags": "builder,nginx",
"version": "1.20",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi7/nginx-120:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.22-ubi8",
"annotations": {
Expand Down
19 changes: 0 additions & 19 deletions imagestreams/nginx-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@
},
"spec": {
"tags": [
{
"name": "1.20-ubi7",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.20 (UBI 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"iconClass": "icon-nginx",
"tags": "builder,nginx",
"version": "1.20",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi7/nginx-120:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.22-ubi8",
"annotations": {
Expand Down

0 comments on commit 67dd54e

Please sign in to comment.