You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Address a change in the MariaDB docker image that replaces `mysqladmin` with `mariadb-admin` that causes our health check command for the CI pipeline service setup to fail.
- Additionally note a bug in their code that causes a non-zero exit upon auth failures: https://jira.mariadb.org/browse/MDEV-31550
- Semi related: ensure that `openssh-client` is included in the devcontainer.
- Used to be pulled in by `git`, but no longer.
0 commit comments