Problem/Motivation
I am not able to read the core .gitlab-ci.yml file and know what major and minor version is being used for all databases.
Follow up from a Slack discussion and #3419616-15: Create PHP 8.3 image containing sqlite 3.45
Steps to reproduce
Proposed resolution
Ensure that the name to be used in the _TARGET_DB field includes the DB type and major and minor version.
Comments
Comment #2
andypostIt should be
sqlite-3.45but Ubuntu may upgrade it before stable release to 3.46Comment #3
quietone commentedAh, I see. Maybe then we have to update the comment for SQLite in the .gitlab-ci.yml so the reader knows the version?
Is there an easier way to figure out the major and minor version for each Database type?
Comment #4
andypostI bet there's a way to get version, maybe some meta data but some images are no longer rebuildable as Debian distro evolving
So it will be a trick to align versions and keep them updated, as security releases arriving not only for MySQL/pgsql but for it's dependencies too
Comment #5
andypost