Docker Library: 12.3 release based on ubuntu26.04#941
Conversation
|
@grooverdan I have a question please, just for my knowledge, I was trying to understand how I only had arrived to this conclusion, correct me if I am wrong: OK means: images built, tested via If the above is correct this means: MariaDB/mariadb-docker#683 can only be merged if the updated |
RazvanLiviuVarzaru
left a comment
There was a problem hiding this comment.
The buildbot changes LGTM!
I am afraid this will require a Buildbot restart, because utils.py was changed but
I can schedule a release for next week since I need to deploy some C/ODBC changes.
You can merge this one.
Thanks!
Without it being merged at the time the dockerlibrary worker is triggered on a 12.3+ release, the
It doesn't.
workflow is against MariaDB operator only and unit tests only.
https://doi-janky.infosiftr.net/job/put-shared/job/light/job/mariadb/ (or a similar build) is the Docker Official Images of MariaDB. The GH workflows aren't important. These are build from a ref hash on release - https://github.com/docker-library/official-images/pulls?q=is%3Apr+label%3Alibrary%2Fmariadb+is%3Aclosed github workflow on the master branch is a reflection and sanity test of what happens before a PR to DOI. The github master branch is what release versions of MariaDB have been tested/released. Should an out-of-band release happen, it can happen straight on the master branch. The github next branch is mean to be a working version of what will what will happen next release. It includes features of the container, and the integration with the server. github workflow on the next branch, recently reinstated, also checks against archive.mariadb,org, the last release. This is currently incorrect, its building against archive.mariadb.org, which is why its failing on the 12.3+ branch(es). It should be building on the repo files of https://ci.mariadb.org/ like what BB does. The workflow is to check that container changes aren't causing a regression. The BB is a check that server changes are still compatible with the Docker Official Image, and to generate an image used by quay.io/mariadb-foundation/mariadb-devel. |
12.3 isn't currently GA.
Its release date is after the 12.3 release
https://jira.mariadb.org/projects/MDEV?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased
So lets use the latest LTS Ubuntu for this.
Requires Docker Library PR MariaDB/mariadb-docker#683 to be merged soon after deployment.