Skip to content

Commit

Permalink
Install rocksdb plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ifel committed Feb 3, 2023
1 parent f07f84c commit ba2be96
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 10.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion 10.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN set -ex; \
apt-get update; \
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
apt-get install -y \
"mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
"mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
; \
rm -rf /var/lib/apt/lists/*; \
# purge and re-create /var/lib/mysql with appropriate ownership
Expand Down

0 comments on commit ba2be96

Please sign in to comment.