-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Docker: outdated PHP? #8314
Comments
We probably wouldn't take the PR against v4, but we would probably take a PR for v5 - but only after it's released. We're all hard at work on getting that done. If you wanted to make one now, and target it against |
hmm it seems I will wait until the v5 is stable... meanwhile I will use MySQL 5.7 temporary... 🤔 |
You can certainly do that of course, but it also looks like there are some tweaks you can do to your MySQL server that might help it to work - https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/
|
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
the beta still uses PHP 7.2 in the docker image, so yeah it's still relevant. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
sorry, I haven't checked the stable v5 yet. I will check on it later |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Please confirm you have done the following before posting your bug report:
Describe the bug
I read the Dockerfile that you guys are still using PHP 7.1
snipe-it/Dockerfile
Lines 9 to 18 in e0644db
According to the PHP documentation, this version is no longer supported, so I recommend to upgrade PHP to PHP 7.4.
Another reason? Yes, I can't run PHP 7.1 because my DB are MySQL 8.0. And here's the problem,
I believe this is similiar to YOURLS/containers#50.
To Reproduce
Here just use this docker compose to reproduce
Expected behavior
Runs normally
Screenshots
I think... this is already clear enough.
Tested Docker image tags
Additional context
I could do PR if you want to upgrade the image to PHP 7.4 btw. Also I see that v5 is already upgraded to PHP 7.2, but it's still same as issue I mentioned. And it's fixed after I upgraded it to PHP 7.4.
Eh wait, I read #6701 and it seems I run out of luck run this with MySQL 8, even if this fixed?
The text was updated successfully, but these errors were encountered: