8.0.26-debian-10-r25 release

This commit is contained in:
Bitnami Bot 2021-08-19 14:52:05 +00:00
parent bc3f82bdf8
commit da2932a840
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ RUN mkdir /docker-entrypoint-initdb.d
COPY rootfs /
RUN /opt/bitnami/scripts/mysql/postunpack.sh
ENV BITNAMI_APP_NAME="mysql" \
BITNAMI_IMAGE_VERSION="8.0.26-debian-10-r24" \
BITNAMI_IMAGE_VERSION="8.0.26-debian-10-r25" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
EXPOSE 3306

View File

@ -17,6 +17,8 @@ $ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-mysql/maste
$ docker-compose up -d
```
**Warning**: These quick setups are only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Configuration](#configuration) section for a more secure deployment.
# Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
@ -44,7 +46,7 @@ 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/tutorials/understand-rolling-tags-containers/).
* [`8.0`, `8.0-debian-10`, `8.0.26`, `8.0.26-debian-10-r24`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.26-debian-10-r24/8.0/debian-10/Dockerfile)
* [`8.0`, `8.0-debian-10`, `8.0.26`, `8.0.26-debian-10-r25`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.26-debian-10-r25/8.0/debian-10/Dockerfile)
* [`5.7`, `5.7-debian-10`, `5.7.35`, `5.7.35-debian-10-r28` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.35-debian-10-r28/5.7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).