Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump wodby/mariadb from 11.0-3.26.4 to 11-3.26.4 in /mariadb/11 #17

Merged
merged 2 commits into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions mariadb/11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/wodby/mariadb:11.0-3.26.4
FROM docker.io/wodby/mariadb:11-3.26.4

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/mariadb" \
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" \
org.opencontainers.image.base.name="docker.io/wodby/mariadb:11-3.26.4" \
org.opencontainers.image.version="11.3" \
org.opencontainers.image.ref.name="11-3.26.4" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand All @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/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/)" \
cloud.alwatr.image.version.full="11.0-3.26.4" \
cloud.alwatr.image.version.full="11-3" \
cloud.alwatr.image.version.short="11"