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

🔨 switch mysql docker images to debian to work around microdnf issues #3112

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

danyx23
Copy link
Contributor

@danyx23 danyx23 commented Jan 18, 2024

This should hopefully git rid of the issues we lately sometimes had with microdnf

Copy link
Member

@mlbrgl mlbrgl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works fine, thanks for the fix!


RUN microdnf -y update \
&& microdnf install -y \
libpwquality \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libpwquality is not used anymore I take it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure but I don't know of a place that would use it and I wasn't sure which package to install in any case in apt land that is equivalent. So I'd say let's take it out and if we run into an issue we can bring it back with more knowledge :)

@danyx23 danyx23 merged commit d906392 into master Jan 19, 2024
21 of 22 checks passed
@danyx23 danyx23 deleted the switch-to-debian-mysql-docker-images branch January 19, 2024 08:31
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 this pull request may close these issues.

2 participants