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

MariaDB 11.x #77

Open
dgleba opened this issue Dec 7, 2024 · 0 comments
Open

MariaDB 11.x #77

dgleba opened this issue Dec 7, 2024 · 0 comments

Comments

@dgleba
Copy link

dgleba commented Dec 7, 2024

In case it is useful to anyone, I wondered about MariaDB version 11, so I tried some things. I briefly tried it out in adminer.php. It works OK for the little testing I did.

I changed

FROM yobasystems/alpine:3.20.2-amd64

to:

FROM alpine:3.21

This caused Mariadb 11.4.x to be installed.

Then for fun, I added version numbers to this line

RUN apk add --no-cache mariadb mariadb-client mariadb-server-utils pwgen && \

So it becomes

RUN apk add --no-cache mariadb~11.4 mariadb-client~11.4 mariadb-server-utils~11.4 pwgen && \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant