5.7.34-debian-10-r45 release

This commit is contained in:
Bitnami Bot 2021-06-12 09:47:19 +00:00
parent 00c2645e20
commit 131de3760c
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ RUN mkdir /docker-entrypoint-initdb.d
COPY rootfs /
RUN /opt/bitnami/scripts/mysql/postunpack.sh
ENV BITNAMI_APP_NAME="mysql" \
BITNAMI_IMAGE_VERSION="5.7.34-debian-10-r44" \
BITNAMI_IMAGE_VERSION="5.7.34-debian-10-r45" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
EXPOSE 3306

View File

@ -31,7 +31,7 @@ persist_app() {
local -r install_dir="${BITNAMI_ROOT_DIR}/${app}"
local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}"
# Persist the individual files
if [[ "${#files_to_persist[@]}" -lt 0 ]]; then
if [[ "${#files_to_persist[@]}" -le 0 ]]; then
warn "No files are configured to be persisted"
return
fi
@ -87,7 +87,7 @@ restore_persisted_app() {
local -r install_dir="${BITNAMI_ROOT_DIR}/${app}"
local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}"
# Restore the individual persisted files
if [[ "${#files_to_restore[@]}" -lt 0 ]]; then
if [[ "${#files_to_restore[@]}" -le 0 ]]; then
warn "No persisted files are configured to be restored"
return
fi

View File

@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`8.0`, `8.0-debian-10`, `8.0.25`, `8.0.25-debian-10-r27`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.25-debian-10-r27/8.0/debian-10/Dockerfile)
* [`5.7`, `5.7-debian-10`, `5.7.34`, `5.7.34-debian-10-r44` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.34-debian-10-r44/5.7/debian-10/Dockerfile)
* [`5.7`, `5.7-debian-10`, `5.7.34`, `5.7.34-debian-10-r45` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.34-debian-10-r45/5.7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).