Skip to content

Commit

Permalink
add YAML config for imagestreams generator
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Jan 24, 2024
1 parent 16cd132 commit 5e90d9e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
- name: postgresql
pretty_name: PostgreSQL
sample_repo: ""
category: database
description: >
Provides a PostgreSQL APP_VERSION database on DISTRO_NAME.
For more information about using this database image,
including OpenShift considerations,
see https://github.com/sclorg/postgresql-container/blob/master/README.md.
imagestream_files:
- filename: postgresql-centos.json
latest: "15-el9"
distros:
- name: CentOS Stream 8
app_versions: [10, 12, 13, 15]

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

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

- name: RHEL 8
app_versions: [12, 13, 15]

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

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

- name: RHEL 9
app_versions: [13]

0 comments on commit 5e90d9e

Please sign in to comment.