5.7.23-debian-9-r18 release
This commit is contained in:
parent
3bf6b38cfb
commit
68f46e598c
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r105
|
||||
FROM bitnami/minideb-extras:stretch-r106
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -13,7 +13,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.23-debian-9-r17" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.23-debian-9-r18" \
|
||||
MYSQL_DATABASE="" \
|
||||
MYSQL_MASTER_HOST="" \
|
||||
MYSQL_MASTER_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`8.0-ol-7`, `8.0.12-ol-7-r10` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.12-ol-7-r10/8.0/ol-7/Dockerfile)
|
||||
* [`8.0-debian-9`, `8.0.12-debian-9-r9`, `8.0`, `8.0.12`, `8.0.12-r9` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.12-debian-9-r9/8.0/Dockerfile)
|
||||
* [`5.7-ol-7`, `5.7.23-ol-7-r9` (5.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-ol-7-r9/5.7/ol-7/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.23-debian-9-r17`, `5.7`, `5.7.23`, `5.7.23-r17`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-debian-9-r17/5.7/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.23-debian-9-r18`, `5.7`, `5.7.23`, `5.7.23-r18`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-debian-9-r18/5.7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue