Skip to content
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