Skip to content

Commit 9616b56

Browse files
committed
Remove deprecated feature
1 parent fe8bd14 commit 9616b56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

db/mysql/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ ENV KIND=druid-docker-image \
2525

2626
RUN <<EOF
2727
printf '[mysqld]\nmax_allowed_packet=16M' >> ${DRUPAL_CONF}
28-
if [ "${MYSQL_MAJOR}" = "8.0" ] ;
29-
then printf '\ndefault-authentication-plugin=mysql_native_password' >> ${DRUPAL_CONF} ;
30-
fi
3128
cat ${DRUPAL_CONF}
3229
EOF

0 commit comments

Comments
 (0)