5.7.22-r18 release

This commit is contained in:
Bitnami Bot
2018-05-21 10:52:04 +00:00
parent 43c040b5d1
commit 83e04ad8cc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r48
FROM bitnami/minideb-extras:jessie-r52
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-r17" \
BITNAMI_IMAGE_VERSION="5.7.22-r18" \
MYSQL_DATABASE="" \
MYSQL_MASTER_HOST="" \
MYSQL_MASTER_PORT_NUMBER="" \

View File

@@ -30,7 +30,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
- [`8.0`, `8.0.11-r0` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.11-r0/8.0/Dockerfile)
- [`5.7`, `5.7.22-r17`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-r17/5.7/Dockerfile)
- [`5.7`, `5.7.22-r18`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-r18/5.7/Dockerfile)
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).