mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 08:47:47 +08:00
5.7.21-r13 release
Config file is populated if the user does not overwrite it and the database was already initialized
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
FROM bitnami/minideb-extras:jessie-r24
|
||||
FROM bitnami/minideb-extras:jessie-r27
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libaio1 libc6 libgcc1 libncurses5 libnuma1 libsasl2-2 libssl1.0.0 libstdc++6 libtinfo5 zlib1g
|
||||
RUN bitnami-pkg unpack mysql-5.7.21-8 --checksum d05b80a8e96629701efac82e88e64135c675a8e39e45b2e14e2b2aa9b8ecc2c6
|
||||
RUN bitnami-pkg unpack mysql-5.7.21-9 --checksum 1a4a005d77899f611fc486ae6c83732eb22130b4590fea3dfd517e12729c6b78
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.21-r12" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.21-r13" \
|
||||
MYSQL_DATABASE="" \
|
||||
MYSQL_MASTER_HOST="" \
|
||||
MYSQL_MASTER_PORT_NUMBER="" \
|
||||
|
||||
Reference in New Issue
Block a user