Skip to content

Commit

Permalink
chore(mariadb): description
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent 991e9f0 commit e4993f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mariadb/10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e4993f7

Please sign in to comment.