Skip to content

Commit e90bd50

Browse files
committed
Add rhel9 imagestreams
1 parent 3fa8ed8 commit e90bd50

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

imagestreams/postgresql-rhel-aarch64.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
"type": "Local"
2727
}
2828
},
29+
{
30+
"name": "13-el9",
31+
"annotations": {
32+
"openshift.io/display-name": "PostgreSQL 13 (RHEL 9)",
33+
"openshift.io/provider-display-name": "Red Hat, Inc.",
34+
"description": "Provides a PostgreSQL 13 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
35+
"iconClass": "icon-postgresql",
36+
"tags": "database,postgresql",
37+
"version": "13"
38+
},
39+
"from": {
40+
"kind": "DockerImage",
41+
"name": "registry.redhat.io/rhel9/postgresql-13:latest"
42+
},
43+
"referencePolicy": {
44+
"type": "Local"
45+
}
46+
},
2947
{
3048
"name": "13-el8",
3149
"annotations": {

imagestreams/postgresql-rhel.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
"type": "Local"
2727
}
2828
},
29+
{
30+
"name": "13-el9",
31+
"annotations": {
32+
"openshift.io/display-name": "PostgreSQL 13 (RHEL 9)",
33+
"openshift.io/provider-display-name": "Red Hat, Inc.",
34+
"description": "Provides a PostgreSQL 13 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
35+
"iconClass": "icon-postgresql",
36+
"tags": "database,postgresql",
37+
"version": "13"
38+
},
39+
"from": {
40+
"kind": "DockerImage",
41+
"name": "registry.redhat.io/rhel9/postgresql-13:latest"
42+
},
43+
"referencePolicy": {
44+
"type": "Local"
45+
}
46+
},
2947
{
3048
"name": "13-el8",
3149
"annotations": {

0 commit comments

Comments
 (0)