-
Type:
Improvement
-
Status: Done
-
Priority:
Medium
-
Resolution: Won't Do
-
Affects Version/s: 8.0.16-7
-
Fix Version/s: None
-
Component/s: Packaging
-
Labels:None
-
Needs QA:Yes
-
Needs Packaging:Yes
Oracle mysql docker image includes also mysqlsh binary (mysql-shell package)
Tested with image: mysql/mysql-server:8.0.18
bash-4.2# mysqlsh MySQL Shell 8.0.18 Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type '\help' or '\?' for help; '\quit' to exit. MySQL JS >
packages installed in docker image:
bash-4.2# yum list installed|grep mysql mysql-community-minimal-release.noarch mysql-community-server-minimal.x86_64 8.0.18-1.el7 @mysql80-server-minimal mysql-shell.x86_64 8.0.18-1.el7 @mysql-tools-community mysql80-community-release.noarch el7-3 installed
Our docker image doesn't include mysqlsh and official image provided by docker also doesn't, but I suggest we add this as I don't think it will increase the image size significantly and there might be people using it or trying to test it from docker image.