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

taragolis pushed a commit to branch fix-default-mysql-client-for-prod
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6e183fc76b63df5a53cf556c2c6a31fd6ed75012
Author: Andrey Anshin <andrey.ans...@taragol.is>
AuthorDate: Wed Jan 10 21:40:03 2024 +0400

    Use `mariadb` by default when build final prod image
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 5468bcff35..67e9125d9b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1470,7 +1470,7 @@ ARG RUNTIME_APT_COMMAND="echo"
 ARG ADDITIONAL_RUNTIME_APT_COMMAND=""
 ARG ADDITIONAL_RUNTIME_APT_ENV=""
 ARG INSTALL_MYSQL_CLIENT="true"
-ARG INSTALL_MYSQL_CLIENT_TYPE="mysql"
+ARG INSTALL_MYSQL_CLIENT_TYPE="mariadb"
 ARG INSTALL_MSSQL_CLIENT="true"
 ARG INSTALL_POSTGRES_CLIENT="true"
 

Reply via email to