Skip to content

Commit

Permalink
feat: mariadb v11
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent 87621ba commit 5f3a58d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,16 @@ jobs:
full: 4.8-3.24.4

- name: mariadb
path: mariadb/10.11
path: mariadb/11
version:
short: 11
full: 11.0-3.26.4

- name: mariadb
path: mariadb/10
version:
short: 10
full: 10.11-3.26.4
full: 10.9-3.26.4

- name: wordpress
path: wordpress/php7.4
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions mariadb/10.11/Dockerfile → mariadb/10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/wodby/mariadb:10.11-3.26.4
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.base.name="docker.io/wodby/mariadb:10.11-3.26.4" \
org.opencontainers.image.version="10.11" \
org.opencontainers.image.ref.name="10.11-3.26.4" \
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" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down
1 change: 1 addition & 0 deletions mariadb/11/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
17 changes: 17 additions & 0 deletions mariadb/11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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.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" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
org.opencontainers.image.vendor="Alwatr" \
org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/mariadb" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)"
File renamed without changes.

0 comments on commit 5f3a58d

Please sign in to comment.