|
9 | 9 | },
|
10 | 10 | "spec": {
|
11 | 11 | "tags": [
|
12 |
| - { |
13 |
| - "name": "10-el7", |
14 |
| - "annotations": { |
15 |
| - "openshift.io/display-name": "PostgreSQL 10 (RHEL 7)", |
16 |
| - "openshift.io/provider-display-name": "Red Hat, Inc.", |
17 |
| - "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.", |
18 |
| - "iconClass": "icon-postgresql", |
19 |
| - "tags": "database,postgresql", |
20 |
| - "version": "10" |
21 |
| - }, |
22 |
| - "from": { |
23 |
| - "kind": "DockerImage", |
24 |
| - "name": "registry.redhat.io/rhscl/postgresql-10-rhel7:latest" |
25 |
| - }, |
26 |
| - "referencePolicy": { |
27 |
| - "type": "Local" |
28 |
| - } |
29 |
| - }, |
30 |
| - { |
31 |
| - "name": "12-el7", |
32 |
| - "annotations": { |
33 |
| - "openshift.io/display-name": "PostgreSQL 12 (RHEL 7)", |
34 |
| - "openshift.io/provider-display-name": "Red Hat, Inc.", |
35 |
| - "description": "Provides a PostgreSQL 12 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.", |
36 |
| - "iconClass": "icon-postgresql", |
37 |
| - "tags": "database,postgresql", |
38 |
| - "version": "12" |
39 |
| - }, |
40 |
| - "from": { |
41 |
| - "kind": "DockerImage", |
42 |
| - "name": "registry.redhat.io/rhscl/postgresql-12-rhel7:latest" |
43 |
| - }, |
44 |
| - "referencePolicy": { |
45 |
| - "type": "Local" |
46 |
| - } |
47 |
| - }, |
48 |
| - { |
49 |
| - "name": "13-el7", |
50 |
| - "annotations": { |
51 |
| - "openshift.io/display-name": "PostgreSQL 13 (RHEL 7)", |
52 |
| - "openshift.io/provider-display-name": "Red Hat, Inc.", |
53 |
| - "description": "Provides a PostgreSQL 13 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.", |
54 |
| - "iconClass": "icon-postgresql", |
55 |
| - "tags": "database,postgresql", |
56 |
| - "version": "13" |
57 |
| - }, |
58 |
| - "from": { |
59 |
| - "kind": "DockerImage", |
60 |
| - "name": "registry.redhat.io/rhscl/postgresql-13-rhel7:latest" |
61 |
| - }, |
62 |
| - "referencePolicy": { |
63 |
| - "type": "Local" |
64 |
| - } |
65 |
| - }, |
66 | 12 | {
|
67 | 13 | "name": "10-el8",
|
68 | 14 | "annotations": {
|
|
0 commit comments