Skip to content
  • Dominik Sander's avatar
    7263c3b1
    Upgrade ubuntu versions of docker images to 18.04 · 7263c3b1
    Dominik Sander authored
    Upgrading the mysql version in the multi process container was a massive
    pain. With version 5.7 mysql per-default requires the root user to be
    logged in from a root shell. Since we start the container as non-root we
    have to set the password of the mysql root user in a initialization
    script and disable the `auth_socket` login method.
    7263c3b1
    Upgrade ubuntu versions of docker images to 18.04
    Dominik Sander authored
    Upgrading the mysql version in the multi process container was a massive
    pain. With version 5.7 mysql per-default requires the root user to be
    logged in from a root shell. Since we start the container as non-root we
    have to set the password of the mysql root user in a initialization
    script and disable the `auth_socket` login method.
Loading