diff --git a/root/usr/share/container-scripts/mysql/README.md b/root/usr/share/container-scripts/mysql/README.md index 3fc1b68..9f87288 100644 --- a/root/usr/share/container-scripts/mysql/README.md +++ b/root/usr/share/container-scripts/mysql/README.md @@ -189,11 +189,11 @@ Extending image --------------- This image can be extended using [source-to-image](https://github.com/openshift/source-to-image). -For example, to build a customized MariaDB database image `my-mysql-rhel7` +For example, to build a customized MariaDB database image `my-mysql-rhel8` with a configuration in `~/image-configuration/` run: ``` -$ s2i build ~/image-configuration/ rhel8/mysql-80 my-mysql-rhel7 +$ s2i build ~/image-configuration/ rhel8/mysql-80 my-mysql-rhel8 ``` The directory passed to `s2i build` can contain these directories: @@ -337,4 +337,4 @@ See also Dockerfile and other sources for this container image are available on https://github.com/sclorg/mysql-container. In that repository, Dockerfile for CentOS is called Dockerfile, Dockerfile -for RHEL is called Dockerfile.rhel7. +for RHEL is called Dockerfile.rhel8.