Skip to content

Commit b1e22b3

Browse files
Merge pull request #18621 from bparees/library
Automatic merge from submit-queue (batch tested with PRs 18795, 18621). update origin to pull all imagestream+template content from library will also fix https://bugzilla.redhat.com/show_bug.cgi?id=1474683
2 parents f6f7ac5 + b288319 commit b1e22b3

36 files changed

+31290
-30993
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@ update-deps:
149149
hack/update-deps.sh
150150
.PHONY: update-deps
151151

152+
# Update external examples
153+
#
154+
# Example:
155+
# make update-examples
156+
update-examples:
157+
hack/update-external-examples.sh
158+
hack/update-generated-bindata.sh
159+
.PHONY: update-examples
160+
152161
# Build and run the complete test-suite.
153162
#
154163
# Example:

examples/db-templates/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@ The new template is now available to use in the Web Console or with `oc
6666
new-app`.
6767

6868

69-
## More information
70-
71-
The usage of each supported database image is further documented in the links
72-
below:
73-
74-
- [MySQL](https://docs.openshift.org/latest/using_images/db_images/mysql.html)
75-
- [PostgreSQL](https://docs.openshift.org/latest/using_images/db_images/postgresql.html)
76-
- [MongoDB](https://docs.openshift.org/latest/using_images/db_images/mongodb.html)
69+
## Available database example templates
70+
71+
* [MariaDB](https://raw.githubusercontent.com/openshift/library/master/official/mariadb/templates/mariadb-ephemeral.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/mariadb.html).
72+
* [MariaDB Persistent](https://raw.githubusercontent.com/openshift/library/master/official/mariadb/templates/mariadb-persistent.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/mariadb.html).
73+
* [MongoDB](https://raw.githubusercontent.com/openshift/library/master/official/mongodb/templates/mongodb-ephemeral.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/mongodb.html).
74+
* [MongoDB Persistent](https://raw.githubusercontent.com/openshift/library/master/official/mongodb/templates/mongodb-persistent.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/mongodb.html).
75+
* [MySQL](https://raw.githubusercontent.com/openshift/library/master/official/mysql/templates/mysql-ephemeral.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/mysql.html).
76+
* [MySQL Persistent](https://raw.githubusercontent.com/openshift/library/master/official/mysql/templates/mysql-persistent.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/mysql.html).
77+
* [PostgreSQL](https://raw.githubusercontent.com/openshift/library/master/official/postgresql/templates/postgresql-ephemeral.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/postgresql.html).
78+
* [PostgreSQL Persistent](https://raw.githubusercontent.com/openshift/library/master/official/postgresql/templates/postgresql-persistent.json) - For more information see the [product documentation](https://docs.openshift.org/latest/using_images/db_images/postgresql.html).
79+
* [Redis](https://raw.githubusercontent.com/openshift/library/master/official/redis/templates/redis-ephemeral.json) - For more information see the [image documentation](https://github.com/sclorg/redis-container/blob/master/README.md).
80+
* [Redis Persistent](https://raw.githubusercontent.com/openshift/library/master/official/redis/templates/redis-persistent.json) - For more information see the [image documentation](https://github.com/sclorg/redis-container/blob/master/README.md).
81+
82+
Note: This file is processed by `hack/update-external-examples.sh`. New examples
83+
must follow the exact syntax of the existing entries. Files in this directory
84+
are automatically pulled down, do not modify/add files to this directory.

0 commit comments

Comments
 (0)