Skip to content

Commit 0298b59

Browse files
committed
Remove RHEL7 from imagestreams.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 8fc0bd0 commit 0298b59

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

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)