From e4993f7fa118aee60694e279dc79602a9383c552 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Wed, 8 Nov 2023 15:40:31 +0330 Subject: [PATCH] chore(mariadb): description --- mariadb/10/Dockerfile | 2 +- mariadb/11/Dockerfile | 2 +- mariadb/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.