|
14 | 14 | "annotations": { |
15 | 15 | "openshift.io/display-name": "PostgreSQL (Latest)", |
16 | 16 | "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.", |
18 | 18 | "iconClass": "icon-postgresql", |
19 | 19 | "tags": "database,postgresql" |
20 | 20 | }, |
21 | 21 | "from": { |
22 | 22 | "kind": "ImageStreamTag", |
23 | | - "name": "12-el8" |
| 23 | + "name": "15-el9" |
24 | 24 | }, |
25 | 25 | "referencePolicy": { |
26 | 26 | "type": "Local" |
27 | 27 | } |
28 | 28 | }, |
29 | 29 | { |
30 | | - "name": "13-el7", |
| 30 | + "name": "15-el9", |
31 | 31 | "annotations": { |
32 | | - "openshift.io/display-name": "PostgreSQL 13 (CentOS 7)", |
| 32 | + "openshift.io/display-name": "PostgreSQL 15 (CentOS Stream 9)", |
33 | 33 | "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.", |
35 | 35 | "iconClass": "icon-postgresql", |
36 | 36 | "tags": "database,postgresql", |
37 | | - "version": "13" |
| 37 | + "version": "15" |
38 | 38 | }, |
39 | 39 | "from": { |
40 | 40 | "kind": "DockerImage", |
41 | | - "name": "quay.io/centos7/postgresql-13-centos7:latest" |
| 41 | + "name": "quay.io/sclorg/postgresql-15-c9s:latest" |
42 | 42 | }, |
43 | 43 | "referencePolicy": { |
44 | 44 | "type": "Local" |
45 | 45 | } |
46 | 46 | }, |
47 | 47 | { |
48 | | - "name": "12-el8", |
| 48 | + "name": "13-el9", |
49 | 49 | "annotations": { |
50 | | - "openshift.io/display-name": "PostgreSQL 12 (CentOS 8)", |
| 50 | + "openshift.io/display-name": "PostgreSQL 13 (CentOS Stream 9)", |
51 | 51 | "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.", |
53 | 53 | "iconClass": "icon-postgresql", |
54 | 54 | "tags": "database,postgresql", |
55 | | - "version": "12" |
| 55 | + "version": "13" |
56 | 56 | }, |
57 | 57 | "from": { |
58 | 58 | "kind": "DockerImage", |
59 | | - "name": "docker.io/centos/postgresql-12-centos8:latest" |
| 59 | + "name": "docker.io/sclorg/postgresql-13-c9s:latest" |
60 | 60 | }, |
61 | 61 | "referencePolicy": { |
62 | 62 | "type": "Local" |
63 | 63 | } |
64 | 64 | }, |
65 | 65 | { |
66 | | - "name": "12-el7", |
| 66 | + "name": "15-el8", |
67 | 67 | "annotations": { |
68 | | - "openshift.io/display-name": "PostgreSQL 12 (CentOS 7)", |
| 68 | + "openshift.io/display-name": "PostgreSQL 15 (CentOS Stream 8)", |
69 | 69 | "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.", |
71 | 71 | "iconClass": "icon-postgresql", |
72 | 72 | "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" |
92 | 74 | }, |
93 | 75 | "from": { |
94 | 76 | "kind": "DockerImage", |
95 | | - "name": "quay.io/centos7/postgresql-12-centos7:latest" |
| 77 | + "name": "quay.io/sclorg/postgresql-15-c8s:latest" |
96 | 78 | }, |
97 | 79 | "referencePolicy": { |
98 | 80 | "type": "Local" |
99 | 81 | } |
100 | 82 | }, |
101 | 83 | { |
102 | | - "name": "10-el8", |
| 84 | + "name": "13-el8", |
103 | 85 | "annotations": { |
104 | | - "openshift.io/display-name": "PostgreSQL 10 (CentOS 8)", |
| 86 | + "openshift.io/display-name": "PostgreSQL 13 (CentOS Stream 8)", |
105 | 87 | "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.", |
107 | 89 | "iconClass": "icon-postgresql", |
108 | 90 | "tags": "database,postgresql", |
109 | | - "version": "10" |
| 91 | + "version": "13" |
110 | 92 | }, |
111 | 93 | "from": { |
112 | 94 | "kind": "DockerImage", |
113 | | - "name": "docker.io/centos/postgresql-10-centos8:latest" |
| 95 | + "name": "quay.io/sclorg/postgresql-13-c8s:latest" |
114 | 96 | }, |
115 | 97 | "referencePolicy": { |
116 | 98 | "type": "Local" |
117 | 99 | } |
118 | 100 | }, |
119 | 101 | { |
120 | | - "name": "10-el7", |
| 102 | + "name": "12-el8", |
121 | 103 | "annotations": { |
122 | | - "openshift.io/display-name": "PostgreSQL 10 (CentOS 7)", |
| 104 | + "openshift.io/display-name": "PostgreSQL 12 (CentOS Stream 8)", |
123 | 105 | "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.", |
125 | 107 | "iconClass": "icon-postgresql", |
126 | 108 | "tags": "database,postgresql", |
127 | | - "version": "10" |
| 109 | + "version": "12" |
128 | 110 | }, |
129 | 111 | "from": { |
130 | 112 | "kind": "DockerImage", |
131 | | - "name": "quay.io/centos7/postgresql-10-centos7:latest" |
| 113 | + "name": "quay.io/sclorg/postgresql-12-c8s:latest" |
132 | 114 | }, |
133 | 115 | "referencePolicy": { |
134 | 116 | "type": "Local" |
135 | 117 | } |
136 | 118 | }, |
137 | 119 | { |
138 | | - "name": "10", |
| 120 | + "name": "10-el8", |
139 | 121 | "annotations": { |
140 | | - "openshift.io/display-name": "PostgreSQL 10", |
| 122 | + "openshift.io/display-name": "PostgreSQL 10 (CentOS Stream 8)", |
141 | 123 | "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.", |
143 | 125 | "iconClass": "icon-postgresql", |
144 | | - "tags": "database,postgresql,hidden", |
| 126 | + "tags": "database,postgresql", |
145 | 127 | "version": "10" |
146 | 128 | }, |
147 | 129 | "from": { |
148 | 130 | "kind": "DockerImage", |
149 | | - "name": "quay.io/centos7/postgresql-10-centos7:latest" |
| 131 | + "name": "quay.io/sclorg/postgresql-10-c8s:latest" |
150 | 132 | }, |
151 | 133 | "referencePolicy": { |
152 | 134 | "type": "Local" |
|
0 commit comments