Bugzilla doesn't currently fully support MySQL 8, see for example
https://github.com/bugzilla/bugzilla/pull/71
As such, the best course of action is to deploy a MySQL 5.7 server.
This change introduces an helper execution module to determine
the exact image:tag string from a default image, and dictionary
arguments. That allows to customize the version of a service.
Ref T205