Skip to content

Commit

Permalink
feat: add mariadb v10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent 05bd48c commit 9dd4c38
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
matrix:
include:
- name: traefik
path: traefik/1/
path: traefik/1
version:
short: 1
full: 1.7.34

- name: traefik
path: traefik/3/
path: traefik/3
version:
short: 3
full: 3.0.0-beta4
Expand All @@ -44,6 +44,12 @@ jobs:
short: 3
full: 3.17

- name: nocodb
path: nocodb
version:
short: 0.202
full: 0.202.5

- name: php
path: php/7.4-apache
version:
Expand All @@ -69,17 +75,11 @@ jobs:
full: 4.8-3.24.4

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

- name: nocodb
path: nocodb
version:
short: 0.202
full: 0.202.5

- name: wordpress
path: wordpress/php7.4
version:
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions mariadb/Dockerfile → mariadb/10.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM docker.io/wodby/mariadb:10.9-3.26.4
FROM docker.io/wodby/mariadb:10.11-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.9-3.26.4" \
org.opencontainers.image.version="10.9" \
org.opencontainers.image.ref.name="10.9-3.26.4" \
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.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.source="https://github.com/Alwatr/containers/tree/main/mariadb/10.11" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/mariadb/10.11" \
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 9dd4c38

Please sign in to comment.