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

use of MySql 8.2 and 8.0.35 - official mysql docker hub image #329

Closed
bnaydenov opened this issue Dec 12, 2023 · 1 comment · Fixed by #330
Closed

use of MySql 8.2 and 8.0.35 - official mysql docker hub image #329

bnaydenov opened this issue Dec 12, 2023 · 1 comment · Fixed by #330

Comments

@bnaydenov
Copy link
Contributor

Currently MySql service https://github.com/tighten/takeout/blob/main/app/Services/MySql.php uses mysql docker hub image from https://hub.docker.com/r/mysql/mysql-server/ which for the last time is upgraded more then 1 year go and does not include newly released MySql 8.2. Last version available is there is8.0.32

There is official mysql docker image location https://hub.docker.com/_/mysql which is maintained by the Docker Community and the MySQL Team and is updated regularly and having all latest version like 8.2 and 8.0.35.

My suggestion is to change MySql service https://github.com/tighten/takeout/blob/main/app/Services/MySql.php to use this official image which is updated more regularly https://hub.docker.com/_/mysql.

i will provide PR

bnaydenov added a commit to bnaydenov/takeout that referenced this issue Dec 12, 2023
@vintagesucks
Copy link

vintagesucks commented Dec 19, 2023

mysql:8.0.34 and newer includes support for linux/arm64, so switching to mysql:8.0 should no longer be a problem.

I updated the image inside a MySQL container created by Takeout on a M1 MacBook Air from mysql/mysql-server:8.0 to mysql:8.0 to update from 8.0.32 to 8.0.35 and everything seems to be running fine.

tonysm added a commit that referenced this issue May 3, 2024
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

Successfully merging a pull request may close this issue.

2 participants