5.7.23-debian-9-r24 release
This commit is contained in:
parent
84c9b26266
commit
1c7869c940
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r115
|
||||
FROM bitnami/minideb-extras:stretch-r116
|
||||
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-r23" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.23-debian-9-r24" \
|
||||
MYSQL_DATABASE="" \
|
||||
MYSQL_MASTER_HOST="" \
|
||||
MYSQL_MASTER_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -38,10 +38,10 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8.0-ol-7`, `8.0.12-ol-7-r18` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.12-ol-7-r18/8.0/ol-7/Dockerfile)
|
||||
* [`8.0-ol-7`, `8.0.12-ol-7-r17` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.12-ol-7-r17/8.0/ol-7/Dockerfile)
|
||||
* [`8.0-debian-9`, `8.0.12-debian-9-r14`, `8.0`, `8.0.12`, `8.0.12-r14` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.12-debian-9-r14/8.0/Dockerfile)
|
||||
* [`5.7-ol-7`, `5.7.23-ol-7-r16` (5.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-ol-7-r16/5.7/ol-7/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.23-debian-9-r23`, `5.7`, `5.7.23`, `5.7.23-r23`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-debian-9-r23/5.7/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.23-debian-9-r24`, `5.7`, `5.7.23`, `5.7.23-r24`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-debian-9-r24/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