-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Client only variant? #1062
Comments
Hmm, interesting idea! There is a separate package for $ docker run --rm --pull=always mysql rpm -qa | grep mysql
latest: Pulling from library/mysql
Digest: sha256:4a4e5e2a19aab7a67870588952e8f401e17a330466ecfc55c9acf51196da5bd0
Status: Image is up to date for mysql:latest
mysql-community-server-minimal-8.4.0-1.el9.x86_64
mysql-shell-8.4.0-1.el9.x86_64 That being said, I'm not sure us providing such an image really provides much value, since it's effectively just adding a source and installing a single package, and most users are already going to be running the server or an application that connects directly. 😅 |
The value is entirely a selfish one :). To be able to simply use |
I think it had some value but maybe not as much as a schema migration tool like liquibase. |
Sometimes I only need some sort of an init container to seed the database or a similar task and don't need the entire mysql server installation in the image. Would it make sense to introduce a CLI only image variant?
The text was updated successfully, but these errors were encountered: