Skip to content

Commit 31e29a0

Browse files
committed
update imagestreams for CentOS Stream
1 parent 89dc0b2 commit 31e29a0

File tree

1 file changed

+32
-50
lines changed

1 file changed

+32
-50
lines changed

imagestreams/postgresql-centos.json

Lines changed: 32 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -14,139 +14,121 @@
1414
"annotations": {
1515
"openshift.io/display-name": "PostgreSQL (Latest)",
1616
"openshift.io/provider-display-name": "Red Hat, Inc.",
17-
"description": "Provides a PostgreSQL database on CentOS. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PostgreSQL available on OpenShift, including major version updates.",
17+
"description": "Provides a PostgreSQL database on CentOS Stream. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PostgreSQL available on OpenShift, including major version updates.",
1818
"iconClass": "icon-postgresql",
1919
"tags": "database,postgresql"
2020
},
2121
"from": {
2222
"kind": "ImageStreamTag",
23-
"name": "12-el8"
23+
"name": "15-el9"
2424
},
2525
"referencePolicy": {
2626
"type": "Local"
2727
}
2828
},
2929
{
30-
"name": "13-el7",
30+
"name": "15-el9",
3131
"annotations": {
32-
"openshift.io/display-name": "PostgreSQL 13 (CentOS 7)",
32+
"openshift.io/display-name": "PostgreSQL 15 (CentOS Stream 9)",
3333
"openshift.io/provider-display-name": "Red Hat, Inc.",
34-
"description": "Provides a PostgreSQL 13 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.",
34+
"description": "Provides a PostgreSQL 15 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
3535
"iconClass": "icon-postgresql",
3636
"tags": "database,postgresql",
37-
"version": "13"
37+
"version": "15"
3838
},
3939
"from": {
4040
"kind": "DockerImage",
41-
"name": "quay.io/centos7/postgresql-13-centos7:latest"
41+
"name": "quay.io/sclorg/postgresql-15-c9s:latest"
4242
},
4343
"referencePolicy": {
4444
"type": "Local"
4545
}
4646
},
4747
{
48-
"name": "12-el8",
48+
"name": "13-el9",
4949
"annotations": {
50-
"openshift.io/display-name": "PostgreSQL 12 (CentOS 8)",
50+
"openshift.io/display-name": "PostgreSQL 13 (CentOS Stream 9)",
5151
"openshift.io/provider-display-name": "Red Hat, Inc.",
52-
"description": "Provides a PostgreSQL 12 database on CentOS 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
52+
"description": "Provides a PostgreSQL 13 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
5353
"iconClass": "icon-postgresql",
5454
"tags": "database,postgresql",
55-
"version": "12"
55+
"version": "13"
5656
},
5757
"from": {
5858
"kind": "DockerImage",
59-
"name": "docker.io/centos/postgresql-12-centos8:latest"
59+
"name": "docker.io/sclorg/postgresql-13-c9s:latest"
6060
},
6161
"referencePolicy": {
6262
"type": "Local"
6363
}
6464
},
6565
{
66-
"name": "12-el7",
66+
"name": "15-el8",
6767
"annotations": {
68-
"openshift.io/display-name": "PostgreSQL 12 (CentOS 7)",
68+
"openshift.io/display-name": "PostgreSQL 15 (CentOS Stream 8)",
6969
"openshift.io/provider-display-name": "Red Hat, Inc.",
70-
"description": "Provides a PostgreSQL 12 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.",
70+
"description": "Provides a PostgreSQL 15 database on CentOS Stream 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
7171
"iconClass": "icon-postgresql",
7272
"tags": "database,postgresql",
73-
"version": "12"
74-
},
75-
"from": {
76-
"kind": "DockerImage",
77-
"name": "quay.io/centos7/postgresql-12-centos7:latest"
78-
},
79-
"referencePolicy": {
80-
"type": "Local"
81-
}
82-
},
83-
{
84-
"name": "12",
85-
"annotations": {
86-
"openshift.io/display-name": "PostgreSQL 12",
87-
"openshift.io/provider-display-name": "Red Hat, Inc.",
88-
"description": "Provides a PostgreSQL 12 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.",
89-
"iconClass": "icon-postgresql",
90-
"tags": "database,postgresql,hidden",
91-
"version": "12"
73+
"version": "15"
9274
},
9375
"from": {
9476
"kind": "DockerImage",
95-
"name": "quay.io/centos7/postgresql-12-centos7:latest"
77+
"name": "quay.io/sclorg/postgresql-15-c8s:latest"
9678
},
9779
"referencePolicy": {
9880
"type": "Local"
9981
}
10082
},
10183
{
102-
"name": "10-el8",
84+
"name": "13-el8",
10385
"annotations": {
104-
"openshift.io/display-name": "PostgreSQL 10 (CentOS 8)",
86+
"openshift.io/display-name": "PostgreSQL 13 (CentOS Stream 8)",
10587
"openshift.io/provider-display-name": "Red Hat, Inc.",
106-
"description": "Provides a PostgreSQL 10 database on CentOS 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
88+
"description": "Provides a PostgreSQL 13 database on CentOS Stream 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
10789
"iconClass": "icon-postgresql",
10890
"tags": "database,postgresql",
109-
"version": "10"
91+
"version": "13"
11092
},
11193
"from": {
11294
"kind": "DockerImage",
113-
"name": "docker.io/centos/postgresql-10-centos8:latest"
95+
"name": "quay.io/sclorg/postgresql-13-c8s:latest"
11496
},
11597
"referencePolicy": {
11698
"type": "Local"
11799
}
118100
},
119101
{
120-
"name": "10-el7",
102+
"name": "12-el8",
121103
"annotations": {
122-
"openshift.io/display-name": "PostgreSQL 10 (CentOS 7)",
104+
"openshift.io/display-name": "PostgreSQL 12 (CentOS Stream 8)",
123105
"openshift.io/provider-display-name": "Red Hat, Inc.",
124-
"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.",
106+
"description": "Provides a PostgreSQL 12 database on CentOS Stream 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
125107
"iconClass": "icon-postgresql",
126108
"tags": "database,postgresql",
127-
"version": "10"
109+
"version": "12"
128110
},
129111
"from": {
130112
"kind": "DockerImage",
131-
"name": "quay.io/centos7/postgresql-10-centos7:latest"
113+
"name": "quay.io/sclorg/postgresql-12-c8s:latest"
132114
},
133115
"referencePolicy": {
134116
"type": "Local"
135117
}
136118
},
137119
{
138-
"name": "10",
120+
"name": "10-el8",
139121
"annotations": {
140-
"openshift.io/display-name": "PostgreSQL 10",
122+
"openshift.io/display-name": "PostgreSQL 10 (CentOS Stream 8)",
141123
"openshift.io/provider-display-name": "Red Hat, Inc.",
142-
"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.",
124+
"description": "Provides a PostgreSQL 10 database on CentOS Stream 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
143125
"iconClass": "icon-postgresql",
144-
"tags": "database,postgresql,hidden",
126+
"tags": "database,postgresql",
145127
"version": "10"
146128
},
147129
"from": {
148130
"kind": "DockerImage",
149-
"name": "quay.io/centos7/postgresql-10-centos7:latest"
131+
"name": "quay.io/sclorg/postgresql-10-c8s:latest"
150132
},
151133
"referencePolicy": {
152134
"type": "Local"

0 commit comments

Comments
 (0)