5.7.21-r0 release

Update mysql to 5.7.21
This commit is contained in:
Bitnami Bot
2018-01-15 15:36:55 +00:00
parent 77dd5676a7
commit 5cb3d9c979
2 changed files with 4 additions and 4 deletions

View File

@@ -1,15 +1,15 @@
FROM bitnami/minideb-extras:jessie-r22
FROM bitnami/minideb-extras:jessie-r23
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages libaio1 libnuma1 libssl1.0.0 zlib1g
RUN bitnami-pkg unpack mysql-5.7.20-2 --checksum c062a660daed2966451fb5fb11491e3df48aaf66191a61c2de3fb730034cd109
RUN bitnami-pkg unpack mysql-5.7.21-0 --checksum 97402be688e660f05b8d4cbca046575e533ddfa93327f7d01d9aa0e0ef3b1a79
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="mysql" \
BITNAMI_IMAGE_VERSION="5.7.20-r2" \
BITNAMI_IMAGE_VERSION="5.7.21-r0" \
MYSQL_DATABASE="" \
MYSQL_MASTER_HOST="" \
MYSQL_MASTER_PORT_NUMBER="" \

View File

@@ -507,7 +507,7 @@ Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.sl
# License
Copyright (c) 2015-2017 Bitnami
Copyright (c) 2015-2018 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.