-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add YAML conf for imagestream generator * add github action for checking imagestreams * add files generated by imagestreams generator
- Loading branch information
Showing
5 changed files
with
140 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
- name: mariadb | ||
pretty_name: MariaDB | ||
sample_repo: https://github.com/sclorg/httpd-ex.git | ||
category: database | ||
description: >- | ||
Provides a MariaDB APP_VERSION database on DISTRO_NAME. For more information | ||
about using this database image, including OpenShift considerations, see | ||
https://github.com/sclorg/mariadb-container/tree/master/APP_VERSION/README.md. | ||
imagestream_files: | ||
- filename: mariadb-centos.json | ||
latest: "10.5-el9" | ||
distros: | ||
- name: CentOS Stream 8 | ||
app_versions: ["10.3", "10.5"] | ||
|
||
- name: CentOS Stream 9 | ||
app_versions: ["10.5"] | ||
|
||
- filename: mariadb-rhel.json | ||
latest: "10.5-el8" | ||
distros: | ||
- name: RHEL 7 | ||
app_versions: ["10.3", "10.5"] | ||
|
||
- name: RHEL 8 | ||
app_versions: ["10.3", "10.5"] | ||
|
||
- name: RHEL 9 | ||
app_versions: ["10.5"] | ||
|
||
- filename: mariadb-rhel-aarch64.json | ||
latest: "10.5-el8" | ||
distros: | ||
- name: RHEL 8 | ||
app_versions: ["10.3", "10.5"] | ||
|
||
- name: RHEL 9 | ||
app_versions: ["10.5"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.