Include DB type and major and minor version in TARGET_DB name

Created on 14 February 2024, 10 months ago
Updated 25 April 2024, 8 months ago

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

📌 Task
Status

Active

Component

Database Containers

Created by

🇳🇿New Zealand quietone

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @quietone
  • 🇫🇷France andypost

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

  • 🇳🇿New Zealand quietone

    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?

  • 🇫🇷France andypost

    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

Production build 0.71.5 2024