xme / misp-docker

Docker container for MISP
96 stars 32 forks source link

Compose pulls incompatible MySQL version. #27

Closed strfx closed 6 years ago

strfx commented 6 years ago

MISP does not seem to work with the recently released MySQL 8.0 GA. Running docker-compose, as described, will yield an error:

Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory

The compose file will pull the latest version of mysql, which has been changed to 8.0 (from 5.7). Pinning the version to 5.7 solves the issue.

xme commented 6 years ago

My Docker setup has been integrated into the official MISP repository. I fixed the Dockerfile to pin to a compatible version. See https://github.com/MISP/misp-docker/