Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install rocksdb plugin #486

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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