mirror of
https://github.com/bitnami/containers.git
synced 2026-04-07 07:39:26 +08:00
5.7.21-r0 release
Update mysql to 5.7.21
This commit is contained in:
@@ -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="" \
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user