-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
workaround mysql test container failures by forcing -debian
variant
#19110
Conversation
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.
I think we talked on another pr/issue about it. Can check later but it should be okay.
MySQL switched from Debian distribution to Oracle by default a few days ago. Oracle images is working out of the box at M1 but it's failing at CI. |
-debian
variant
MySQL switched from Debian distribution to Oracle by default a few days ago.
Test containers are failing with
-oracle
variant, force it to use-debian
instead.Related to docker-library/mysql#877.
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.