Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add imagestream 16 for RHEL9 #565

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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