mysqld 8.4+ dropped the --default-authentication-plugin option. Since we do not fix the mysql image in Dockerfile, the healthcheck starts to fail for anyone who rebuilds the container. Also fixed the image version to 8.4.2 (latest stable version of major 8 ATTOW, don't have enough time right now to test if major 9 works, unfortunately) to avoid unpleasant surprises on clean builds.
mysqld 8.4+ dropped the
--default-authentication-plugin
option. Since we do not fix themysql
image in Dockerfile, the healthcheck starts to fail for anyone who rebuilds the container. Also fixed the image version to 8.4.2 (latest stable version of major 8 ATTOW, don't have enough time right now to test if major 9 works, unfortunately) to avoid unpleasant surprises on clean builds.Also fixed current rubocop issues.