-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
vitess/lite docker build fails for mysql80 #7943
vitess/lite docker build fails for mysql80 #7943
Conversation
My view is that we should fix the build unless there's a (functionality) problem with the newer version of MySQL. 8.0.21 is getting long in the tooth. I'll take a look. |
@aquarapid going up to 8.0.24 also works |
yeah 8.0.24 is brand new, won't chance it, yet :-) I've pushed a fix to keep it on 8.0.23 |
… 8.0.21 Signed-off-by: Mike Cronce <[email protected]>
Signed-off-by: Mike Cronce <[email protected]>
This reverts commit 885b89e74f30c6df8345059ca16bb2597f900d5e. Signed-off-by: Mike Cronce <[email protected]>
Signed-off-by: Jacques Grove <[email protected]>
0eeb237
to
3cc94a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sougou has verified that this works with a local docker build.
Description
Currently, the
vitess/lite:mysql80
image is throwing the following error a bunch of times during its build:The build eventually succeeds, but trying to start a cluster with
docker-compose
, the vttablet containers never come up healthy.It looks like there are dependency issues with those packages. Downgrading is the first solution that came to mind, although upgrading to 8.0.24 also seems to work fine. Super open to ideas other than just changing the version.
Related Issue(s)
#7811 #7812
Checklist
Deployment Notes
N/A
Impacted Areas in Vitess
Components that this PR will affect: