Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mariadb CI images + mysql unpin #2739

Merged
merged 1 commit into from
Sep 12, 2023

Commits on Sep 8, 2023

  1. Bump mariadb CI images + mysql unpin

    With MariaDB 10.3 EOL it seems prudent to include
    the latest 10.11 LTS release in the CI tests.
    
    To catch launchbadge#1664 sort of issues prior to release, add
    a container image test for mariadb that contains the
    finished pre-release code changes (and container changes)
    to ensure that compatibilty is maintianed. When
    server code hits the branch associated with this tag
    it is considered finished by its server developers and
    has passes CI so no regressions are expected, but
    it wouldn't hurt to have CI in other systems testing
    it too.
    
    Since MySQL has fixed the regression that caused launchbadge#1664
    this puts it back to their 8.0 release tag.
    
    Append the :z tag to the docker compose volume mounts
    so on selinux systems enough permissions occur for the
    volume to be able to read the volume contents.
    grooverdan committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    34416a5 View commit details
    Browse the repository at this point in the history