This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new bc55af42239 Change default mysql client type to mariadb in
Dockerfile.ci (#60683)
bc55af42239 is described below
commit bc55af422390fa6d6181a8f6215b0f796ad2cf34
Author: Shahar Epstein <[email protected]>
AuthorDate: Sat Jan 17 13:54:45 2026 +0200
Change default mysql client type to mariadb in Dockerfile.ci (#60683)
---
Dockerfile.ci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 994036551a7..b2d62dfa3ec 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1590,7 +1590,7 @@ ARG HOME=/root
ARG AIRFLOW_IMAGE_TYPE="ci"
ARG AIRFLOW_HOME=/root/airflow
ARG AIRFLOW_SOURCES=/opt/airflow
-ARG INSTALL_MYSQL_CLIENT_TYPE="mysql"
+ARG INSTALL_MYSQL_CLIENT_TYPE="mariadb"
ENV HOME=${HOME} \
AIRFLOW_IMAGE_TYPE=${AIRFLOW_IMAGE_TYPE} \