-
Notifications
You must be signed in to change notification settings - Fork 286
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
alpine fails to initialize #693
Comments
shouldn't be failing on only a warning - we'll need to add mariadb-client instead? |
It is already installing mariadb-client. But it is called with the name mysql. This will not be possible anymore in the future. Therefore the warning. So I think the artisan command needs to be modified. If we ignore the warning it will fail when mysql alias for mariadb is removed. |
so this is upstream laravel issue? |
mariadb driver has been added laravel/framework@61db497 |
I'll update to the depedencies to 11.38 |
alpine image is pinned to 3.20 #689 |
https://wiki.alpinelinux.org/wiki/MySQL
The text was updated successfully, but these errors were encountered: