File tree 10 files changed +30
-10
lines changed
10 files changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ RUN set -ex; \
110
110
# postinst script creates a datadir, so avoid creating it by faking its existance.
111
111
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
112
112
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
113
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
113
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
114
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
115
; \
116
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
115
117
rm -rf /var/lib/apt/lists/*; \
116
118
# purge and re-create /var/lib/mysql with appropriate ownership
117
119
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ RUN set -ex; \
110
110
# postinst script creates a datadir, so avoid creating it by faking its existance.
111
111
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
112
112
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
113
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
113
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
114
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
115
; \
116
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
115
117
rm -rf /var/lib/apt/lists/*; \
116
118
# purge and re-create /var/lib/mysql with appropriate ownership
117
119
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -112,8 +112,10 @@ RUN set -ex; \
112
112
# postinst script creates a datadir, so avoid creating it by faking its existance.
113
113
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
114
114
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
115
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
115
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
116
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
116
117
; \
118
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
117
119
rm -rf /var/lib/apt/lists/*; \
118
120
# purge and re-create /var/lib/mysql with appropriate ownership
119
121
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -112,8 +112,10 @@ RUN set -ex; \
112
112
# postinst script creates a datadir, so avoid creating it by faking its existance.
113
113
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
114
114
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
115
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
115
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
116
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
116
117
; \
118
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
117
119
rm -rf /var/lib/apt/lists/*; \
118
120
# purge and re-create /var/lib/mysql with appropriate ownership
119
121
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -112,8 +112,10 @@ RUN set -ex; \
112
112
# postinst script creates a datadir, so avoid creating it by faking its existance.
113
113
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
114
114
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
115
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
115
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
116
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
116
117
; \
118
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
117
119
rm -rf /var/lib/apt/lists/*; \
118
120
# purge and re-create /var/lib/mysql with appropriate ownership
119
121
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ RUN set -ex; \
110
110
# postinst script creates a datadir, so avoid creating it by faking its existance.
111
111
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
112
112
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
113
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
113
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
114
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
115
; \
116
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
115
117
rm -rf /var/lib/apt/lists/*; \
116
118
# purge and re-create /var/lib/mysql with appropriate ownership
117
119
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ RUN set -ex; \
110
110
# postinst script creates a datadir, so avoid creating it by faking its existance.
111
111
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
112
112
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
113
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
113
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
114
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
115
; \
116
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
115
117
rm -rf /var/lib/apt/lists/*; \
116
118
# purge and re-create /var/lib/mysql with appropriate ownership
117
119
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ RUN set -ex; \
110
110
# postinst script creates a datadir, so avoid creating it by faking its existance.
111
111
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
112
112
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
113
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
113
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
114
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
115
; \
116
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
115
117
rm -rf /var/lib/apt/lists/*; \
116
118
# purge and re-create /var/lib/mysql with appropriate ownership
117
119
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ RUN set -ex; \
110
110
# postinst script creates a datadir, so avoid creating it by faking its existance.
111
111
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
112
112
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
113
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
113
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
114
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
115
; \
116
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
115
117
rm -rf /var/lib/apt/lists/*; \
116
118
# purge and re-create /var/lib/mysql with appropriate ownership
117
119
rm -rf /var/lib/mysql; \
Original file line number Diff line number Diff line change @@ -112,8 +112,10 @@ RUN set -ex; \
112
112
# postinst script creates a datadir, so avoid creating it by faking its existance.
113
113
mkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \
114
114
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
115
- apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup socat \
115
+ # mariadb-plugin-rocksdb gets installed, and plugin auto loading gets disabled
116
+ apt-get install -y --no-install-recommends mariadb-server="$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
116
117
; \
118
+ rm -f /etc/mysql/mariadb.conf.d/rocksdb.cnf; \
117
119
rm -rf /var/lib/apt/lists/*; \
118
120
# purge and re-create /var/lib/mysql with appropriate ownership
119
121
rm -rf /var/lib/mysql; \
You can’t perform that action at this time.
0 commit comments