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

[Enhancement]: MariaDB configuration volume to be read-only for Windows compatibility #7620

Closed
grooverdan opened this issue Oct 5, 2023 · 4 comments

Comments

@grooverdan
Copy link

Module

MariaDB

Proposal

By default, MariaDB ignores globally RW files. Per the MDEV below this can on Windows users be the defaults as unix permissions don't map to Windows permissions well.

https://jira.mariadb.org/browse/MDEV-27038

In the MariaDB I fixed (possibly only worked around) the implementation by making read-only filesystems an acceptable criteria by the server.

So as the enhancement can the volume mount in the configure method (MariaDBContainer.java) apply the mount as read-only?

@eddumelendez
Copy link
Member

Hi @grooverdan, we encourage to use copy files API instead on mounting and the API allows to set the permission as well. What do you think about adding this note in DockerHub description, so, everyone using the image can be aware of that?

@grooverdan
Copy link
Author

Good examples. Thanks.

Quite right about docs - its in the review queue - docker-library/docs#2371

@eddumelendez
Copy link
Member

Great! Should we close this issue, then?

@grooverdan
Copy link
Author

sure. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants