diff --git a/mariadb/10/Dockerfile b/mariadb/10/Dockerfile index 4062474..9ae9490 100644 --- a/mariadb/10/Dockerfile +++ b/mariadb/10/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/wodby/mariadb:10.9-3.26.4 ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/mariadb" \ - org.opencontainers.image.description="A fork of the MySQL relational database management system, packaged by Alwatr." \ + org.opencontainers.image.description="MariaDB was designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance, packaged by Alwatr." \ org.opencontainers.image.base.name="docker.io/wodby/mariadb:10.9-3.26.4" \ org.opencontainers.image.version="10.9" \ org.opencontainers.image.ref.name="10.9-3.26.4" \ diff --git a/mariadb/11/Dockerfile b/mariadb/11/Dockerfile index 28336d4..7a0aa4f 100644 --- a/mariadb/11/Dockerfile +++ b/mariadb/11/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/wodby/mariadb:11.0-3.26.4 ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/mariadb" \ - org.opencontainers.image.description="A fork of the MySQL relational database management system, packaged by Alwatr." \ + org.opencontainers.image.description="MariaDB was designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance, packaged by Alwatr." \ org.opencontainers.image.base.name="docker.io/wodby/mariadb:11.0-3.26.4" \ org.opencontainers.image.version="11.0" \ org.opencontainers.image.ref.name="11.0-3.26.4" \ diff --git a/mariadb/README.md b/mariadb/README.md index e6ace58..f8d3640 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -1,3 +1,3 @@ # Alwatr Mariadb Container -A fork of the MySQL relational database management system, packaged by Alwatr. +MariaDB was designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance, packaged by Alwatr.