Skip to content

Commit

Permalink
Add imagestream 16 for RHEL9 (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored May 14, 2024
1 parent 566e248 commit 8fc8009
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 18 deletions.
12 changes: 6 additions & 6 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
see https://github.com/sclorg/postgresql-container/blob/master/README.md.
imagestream_files:
- filename: postgresql-centos.json
latest: "15-el9"
latest: "16-el9"
distros:
- name: CentOS Stream 8
app_versions: [10, 12, 13, 15]

- name: CentOS Stream 9
app_versions: [13, 15]
app_versions: [13, 15, 16]

- filename: postgresql-rhel.json
latest: "15-el8"
latest: "16-el9"
distros:
- name: RHEL 7
app_versions: [10, 12, 13]
Expand All @@ -28,13 +28,13 @@
app_versions: [10, 12, 13, 15]

- name: RHEL 9
app_versions: [13, 15]
app_versions: [13, 15, 16]

- filename: postgresql-rhel-aarch64.json
latest: "13-el8"
latest: "16-el9"
distros:
- name: RHEL 8
app_versions: [10, 12, 13, 15]

- name: RHEL 9
app_versions: [13, 15]
app_versions: [13, 15, 16]
26 changes: 22 additions & 4 deletions imagestreams/postgresql-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,37 @@
"type": "Local"
}
},
{
"name": "16-el9",
"annotations": {
"openshift.io/display-name": "PostgreSQL 16 (CentOS Stream 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 16 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.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "16"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/sclorg/postgresql-16-c9s:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "PostgreSQL 15 (Latest)",
"openshift.io/display-name": "PostgreSQL 16 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"description": "Provides a PostgreSQL 16 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "15"
"version": "16"
},
"from": {
"kind": "ImageStreamTag",
"name": "15-el9"
"name": "16-el9"
},
"referencePolicy": {
"type": "Local"
Expand Down
26 changes: 22 additions & 4 deletions imagestreams/postgresql-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,37 @@
"type": "Local"
}
},
{
"name": "16-el9",
"annotations": {
"openshift.io/display-name": "PostgreSQL 16 (RHEL 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 16 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.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "16"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhel9/postgresql-16:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "PostgreSQL 13 (Latest)",
"openshift.io/display-name": "PostgreSQL 16 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 13 database on RHEL 8. 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 available on OpenShift, including major version updates.\n",
"description": "Provides a PostgreSQL 16 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "13"
"version": "16"
},
"from": {
"kind": "ImageStreamTag",
"name": "13-el8"
"name": "16-el9"
},
"referencePolicy": {
"type": "Local"
Expand Down
26 changes: 22 additions & 4 deletions imagestreams/postgresql-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,37 @@
"type": "Local"
}
},
{
"name": "16-el9",
"annotations": {
"openshift.io/display-name": "PostgreSQL 16 (RHEL 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 16 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.",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "16"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhel9/postgresql-16:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "PostgreSQL 15 (Latest)",
"openshift.io/display-name": "PostgreSQL 16 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a PostgreSQL 15 database on RHEL 8. 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 available on OpenShift, including major version updates.\n",
"description": "Provides a PostgreSQL 16 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-postgresql",
"tags": "database,postgresql",
"version": "15"
"version": "16"
},
"from": {
"kind": "ImageStreamTag",
"name": "15-el8"
"name": "16-el9"
},
"referencePolicy": {
"type": "Local"
Expand Down

0 comments on commit 8fc8009

Please sign in to comment.