This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new dec59193cab [v3-1-test] Change default mysql client type to mariadb in 
Dockerfile.ci (#60683) (#60697)
dec59193cab is described below

commit dec59193cabd7d1fbc65a7b5d2ad0bc5683c66e8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 09:36:22 2026 +0100

    [v3-1-test] Change default mysql client type to mariadb in Dockerfile.ci 
(#60683) (#60697)
    
    (cherry picked from commit bc55af422390fa6d6181a8f6215b0f796ad2cf34)
    
    Co-authored-by: Shahar Epstein <[email protected]>
---
 Dockerfile.ci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index 2a848074ef1..87bfa73408e 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1585,7 +1585,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} \

Reply via email to