Skip to content

Commit ba2be96

Browse files
committed
Install rocksdb plugin
1 parent f07f84c commit ba2be96

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

10.10/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN set -ex; \
108108
apt-get update; \
109109
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
110110
apt-get install -y \
111-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
111+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
112112
; \
113113
rm -rf /var/lib/apt/lists/*; \
114114
# purge and re-create /var/lib/mysql with appropriate ownership

10.11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN set -ex; \
108108
apt-get update; \
109109
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
110110
apt-get install -y \
111-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
111+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
112112
; \
113113
rm -rf /var/lib/apt/lists/*; \
114114
# purge and re-create /var/lib/mysql with appropriate ownership

10.3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

10.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

10.5/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

10.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

10.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

10.8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

10.9/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN set -ex; \
108108
apt-get update; \
109109
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
110110
apt-get install -y \
111-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
111+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
112112
; \
113113
rm -rf /var/lib/apt/lists/*; \
114114
# purge and re-create /var/lib/mysql with appropriate ownership

Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex; \
110110
apt-get update; \
111111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112112
apt-get install -y \
113-
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113+
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114114
; \
115115
rm -rf /var/lib/apt/lists/*; \
116116
# purge and re-create /var/lib/mysql with appropriate ownership

0 commit comments

Comments
 (0)