5.7.22-r9 release

Update image to version 5.7.22-r9
This commit is contained in:
Bitnami Bot 2018-05-02 05:50:24 +00:00
parent e5c0d34946
commit f8d1d536a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r35
FROM bitnami/minideb-extras:jessie-r36
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack mysql-5.7.22-0 --checksum 6d51b2bd0f7cd1b3b6cbdceaff885c1
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="mysql" \
BITNAMI_IMAGE_VERSION="5.7.22-r8" \
BITNAMI_IMAGE_VERSION="5.7.22-r9" \
MYSQL_DATABASE="" \
MYSQL_MASTER_HOST="" \
MYSQL_MASTER_PORT_NUMBER="" \