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.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

quietone created an issue. See original summary.

andypost’s picture

It should be sqlite-3.45 but Ubuntu may upgrade it before stable release to 3.46

quietone’s picture

Ah, 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?

andypost’s picture

I 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

andypost’s picture