Update base images and remove obsolete 5.5 (fix #121)#175
Conversation
|
According to https://mariadb.com/kb/en/mariadb/what-is-mariadb-55/, the 5.5 release series is supported until April 2020, so I think we need to instead figure out a new base to switch this image to. 😞 (It appears that Ubuntu Trusty is supported for the 5.5 series, which would line up well with the discussions elsewhere about switching to Xenial for better multiarchitecture support, but I'm not sure what that would entail given our odd dependency on Percona's repos too.) |
|
I found the following supported versions. Some of them are not supported until April 2020.
Which do you prefer? 😕 |
|
I'd lean toward Ubuntu Trusty for 5.5 and then 18.04 for the rest if we can. This will hopefully be the least breaking for users and get us more supported architectures from upstream MariaDB. Perhaps add tags like We still have to figure out what to do about So basically a combination of this PR, #158 and #155. I should have a chance to work on this in the coming weeks (feel free to update a PR or point to a branch you are working on if you want early review or collaboration). |
5.5 is obsolete, 5.5.60 was the last release, so I just removed it.
10.0 is only supported by Jessie, so I just changed it to the slim variant.
All other have been upgraded to
stretch-slim. Furthermore they use a new GPG key (which is signed by the old one).gnupgcan't be removed without running into huge issues with apt, so I just keep it installed.gpgkillis only available onstretch. I didn't add it here to avoid additional overhead.