Skip to content

Commit

Permalink
Deprecate imagestream 10 for RHEL7 and CentOS7.
Browse files Browse the repository at this point in the history
The images are going to be EOL soon.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and pkubatrh committed Feb 23, 2021
1 parent e1bb8da commit 3525b01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
36 changes: 0 additions & 36 deletions imagestreams/postgresql-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,42 +98,6 @@
"type": "Local"
}
},
{
"name": "10-el7",
"annotations": {
"openshift.io/display-name": "PostgreSQL 10 (CentOS 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 10 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "10"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/centos7/postgresql-10-centos7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "10",
"annotations": {
"openshift.io/display-name": "PostgreSQL 10",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 10 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql,hidden",
"version": "10"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/centos7/postgresql-10-centos7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "9.6-el8",
"annotations": {
Expand Down
36 changes: 0 additions & 36 deletions imagestreams/postgresql-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,42 +98,6 @@
"type": "Local"
}
},
{
"name": "10-el7",
"annotations": {
"openshift.io/display-name": "PostgreSQL 10 (RHEL 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "10"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhscl/postgresql-10-rhel7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "10",
"annotations": {
"openshift.io/display-name": "PostgreSQL (Ephemeral) 10",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql,hidden",
"version": "10"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhscl/postgresql-10-rhel7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "9.6-el8",
"annotations": {
Expand Down

0 comments on commit 3525b01

Please sign in to comment.