5.7.27-debian-9-r41 release
This commit is contained in:
parent
a0eaf76a57
commit
ded9817c19
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras-base:stretch-r343
|
||||
FROM bitnami/minideb-extras-base:stretch-r344
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -16,7 +16,7 @@ COPY rootfs /
|
|||
RUN /postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.27-debian-9-r40" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.27-debian-9-r41" \
|
||||
MYSQL_DATABASE="" \
|
||||
MYSQL_MASTER_HOST="" \
|
||||
MYSQL_MASTER_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -315,7 +315,7 @@ mysql_validate() {
|
|||
empty_password_error "$(get_env_var ROOT_PASSWORD)"
|
||||
fi
|
||||
if (( ${#DB_ROOT_PASSWORD} > 32 )); then
|
||||
error "The password can not be longer than 32 characters. Set the environment variable $1 with a shorter value"
|
||||
error "The password can not be longer than 32 characters. Set the environment variable $(get_env_var ROOT_PASSWORD) with a shorter value (currently ${#DB_ROOT_PASSWORD} characters)"
|
||||
exit 1
|
||||
fi
|
||||
if [[ -n "$DB_USER" ]] && [[ -z "$DB_PASSWORD" ]]; then
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`8.0-ol-7`, `8.0.17-ol-7-r32` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.17-ol-7-r32/8.0/ol-7/Dockerfile)
|
||||
* [`8.0-debian-9`, `8.0.17-debian-9-r33`, `8.0`, `8.0.17`, `8.0.17-r33`, `latest` (8.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.17-debian-9-r33/8.0/debian-9/Dockerfile)
|
||||
* [`5.7-ol-7`, `5.7.27-ol-7-r41` (5.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.27-ol-7-r41/5.7/ol-7/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.27-debian-9-r40`, `5.7`, `5.7.27`, `5.7.27-r40` (5.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.27-debian-9-r40/5.7/debian-9/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.27-debian-9-r41`, `5.7`, `5.7.27`, `5.7.27-r41` (5.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.27-debian-9-r41/5.7/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue