5.7.22-r38 release
This commit is contained in:
parent
f45bfbcd0a
commit
2979b389c2
|
|
@ -1,4 +1,4 @@
|
||||||
FROM bitnami/minideb-extras:jessie-r74
|
FROM bitnami/minideb-extras:jessie-r75
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
|
|
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack mysql-5.7.22-1 --checksum 76d8d3e195e719b28749ec42e68a9cb
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||||
BITNAMI_APP_NAME="mysql" \
|
BITNAMI_APP_NAME="mysql" \
|
||||||
BITNAMI_IMAGE_VERSION="5.7.22-r37" \
|
BITNAMI_IMAGE_VERSION="5.7.22-r38" \
|
||||||
MYSQL_DATABASE="" \
|
MYSQL_DATABASE="" \
|
||||||
MYSQL_MASTER_HOST="" \
|
MYSQL_MASTER_HOST="" \
|
||||||
MYSQL_MASTER_PORT_NUMBER="" \
|
MYSQL_MASTER_PORT_NUMBER="" \
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ $ docker-compose up -d
|
||||||
# Supported tags and respective `Dockerfile` links
|
# 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)
|
- [`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-r37`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-r37/5.7/Dockerfile)
|
- [`5.7`, `5.7.22-r38`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-r38/5.7/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue