From ba2be966132976e66df13c6b0ec1a42ac84c4cf9 Mon Sep 17 00:00:00 2001 From: Igor Kanyuka Date: Fri, 3 Feb 2023 18:58:42 +0000 Subject: [PATCH] Install rocksdb plugin --- 10.10/Dockerfile | 2 +- 10.11/Dockerfile | 2 +- 10.3/Dockerfile | 2 +- 10.4/Dockerfile | 2 +- 10.5/Dockerfile | 2 +- 10.6/Dockerfile | 2 +- 10.7/Dockerfile | 2 +- 10.8/Dockerfile | 2 +- 10.9/Dockerfile | 2 +- Dockerfile.template | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/10.10/Dockerfile b/10.10/Dockerfile index c50e1970..4bcdaf9d 100644 --- a/10.10/Dockerfile +++ b/10.10/Dockerfile @@ -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 diff --git a/10.11/Dockerfile b/10.11/Dockerfile index 86e73bf2..3d2c9610 100644 --- a/10.11/Dockerfile +++ b/10.11/Dockerfile @@ -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 diff --git a/10.3/Dockerfile b/10.3/Dockerfile index 62e64a21..2b4e4e70 100644 --- a/10.3/Dockerfile +++ b/10.3/Dockerfile @@ -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 diff --git a/10.4/Dockerfile b/10.4/Dockerfile index 9e1c1fd1..d9b967db 100644 --- a/10.4/Dockerfile +++ b/10.4/Dockerfile @@ -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 diff --git a/10.5/Dockerfile b/10.5/Dockerfile index a30146b4..d9309b03 100644 --- a/10.5/Dockerfile +++ b/10.5/Dockerfile @@ -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 diff --git a/10.6/Dockerfile b/10.6/Dockerfile index 3d67f7e0..587fe1fa 100644 --- a/10.6/Dockerfile +++ b/10.6/Dockerfile @@ -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 diff --git a/10.7/Dockerfile b/10.7/Dockerfile index 3e9f9ce7..1b6e9355 100644 --- a/10.7/Dockerfile +++ b/10.7/Dockerfile @@ -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 diff --git a/10.8/Dockerfile b/10.8/Dockerfile index b8b6dff7..d8967934 100644 --- a/10.8/Dockerfile +++ b/10.8/Dockerfile @@ -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 diff --git a/10.9/Dockerfile b/10.9/Dockerfile index ad7c6f04..6f463eaf 100644 --- a/10.9/Dockerfile +++ b/10.9/Dockerfile @@ -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 diff --git a/Dockerfile.template b/Dockerfile.template index cb531dfe..d578af20 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -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