Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dec5919

Browse files
[v3-1-test] Change default mysql client type to mariadb in Dockerfile.ci (#60683) (#60697)
(cherry picked from commit bc55af4) Co-authored-by: Shahar Epstein <[email protected]>
1 parent 8f644c8 commit dec5919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ ARG HOME=/root
15851585
ARG AIRFLOW_IMAGE_TYPE="ci"
15861586
ARG AIRFLOW_HOME=/root/airflow
15871587
ARG AIRFLOW_SOURCES=/opt/airflow
1588-
ARG INSTALL_MYSQL_CLIENT_TYPE="mysql"
1588+
ARG INSTALL_MYSQL_CLIENT_TYPE="mariadb"
15891589

15901590
ENV HOME=${HOME} \
15911591
AIRFLOW_IMAGE_TYPE=${AIRFLOW_IMAGE_TYPE} \

0 commit comments

Comments
 (0)