-
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
mysqlcheck missing in -oracle images #847
Comments
@ltangvald any ideas? Is this intentional? 🙈 |
I would say it's intentional, but possibly not fully thought through (the basic idea is to remove binaries that aren't needed for the docker images). I'll get a review done and see if maybe we should put some of these back. |
For mysqlcheck it's partially a case of it being significantly less useful for innodb than it was for myisam, and that the checking functionality it still supports can be done through the regular client. It's a similar case for mysqlimport, which is just a wrapper around the LOAD DATA syntax. |
It's pobably fine without |
@ltangvald I can follow your argumentation. On the other hand, having 2 container image types (Debian/oracle) with different toolsets does not make any sense to me. people use those tools in their scripts and workflows for years now and you break this just to save a couple of bytes in the container? |
A year later and those tools still not in oracle image, on top of that there is no debian image for mysql 8.1, so there is nothing to revert to when you need 8.1 and tools. |
@chtomek the tag |
@LaurentGoderre are you sure? |
Default OS is always Oracle. If the tag does not contain the OS flag, it is Oracle. |
Oh yeah, my bad |
I don't get it, what's the point of shaving off 10MB on those tools when everyone has at least a coule of GB worth images in their repo. |
all of these tools are in the mysql-community-client package. |
@qeepcologne thank you for that explenation, now all make sense. I'm sure many would appreciat that "fat" image. In the mean time bitnami/mysql:8.1 if someone needs tools, although 50MB bigger (if size is a concern) |
Hi.
I noticed the
mysqlcheck
binary is missing in 8.0.29-oracle and 8.0.28-oracle while it is present in the debian flavour.Probably this is valid for older versions too, but I did not verify this.
What is the reason for this?
The text was updated successfully, but these errors were encountered: