Skip to content
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/library/mariadb:10.3
FROM mariadb:12.0-ubi

ADD --chown=1001:0 ./data-seed/pyrrha.sql /docker-entrypoint-initdb.d/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The following steps assume you have [Git](https://git-scm.com/) and [Docker](htt

2. Create an IBM Kubernetes Cluster (IKS) from the [catalog](https://cloud.ibm.com/kubernetes/catalog/create).

3. New clusters automatically provision the `Block Storage for VPC` plugin for you. `Deprecated`: for older clusters, add [IBM Cloud Block Storage plug-in](https://cloud.ibm.com/catalog/content/ibmcloud-block-storage-plugin-51baa72d-be9b-487a-8e77-02577d2b5b21-global) from the catalog to your cluster in the default namespace. You need this plugin to use persistance volumes and persistance volume claims on IKS.
3. New clusters automatically provision the `Block Storage for VPC` plugin for you. `Deprecated`: for older clusters, add [IBM Cloud Block Storage plug-in](https://cloud.ibm.com/catalog/content/ibmcloud-block-storage-plugin-51baa72d-be9b-487a-8e77-02577d2b5b21-global) from the catalog to your cluster in the default namespace. You need this plugin to use persistance volumes and persistance volume claims on IKS.

4. Log into your cluster by following these [steps](https://cloud.ibm.com/docs/containers?topic=containers-access_cluster)

Expand Down
6,029 changes: 5,911 additions & 118 deletions data-seed/pyrrha.sql

Large diffs are not rendered by default.