twingly / ecco

:dolphin: MySQL replication binlog parser in JRuby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Vagrant box to ubuntu/bionic64

walro opened this issue · comments

Trusty (14.04) is EoL. Move to latest LTS, Bionic (18.04).

A problem is that we only support MySQL 5.5/5.6, while Bionic ships with MySQL 5.7.

See

ubuntu.vm.box = "ubuntu/trusty64"

I think we can use Docker here :)

Have you found a bionic image with MySQL 5.6?

Nope... but do we need it to be bionic?

https://hub.docker.com/_/mysql, https://github.com/docker-library/mysql hasn't made the move to buster yet but I assume they do before stretch is unsupported :)

Nope... but do we need it to be bionic?

Not really :) I think the main goal is 5.6 on something that's not EoL.