8.0.29-debian-11-r7 release

This commit is contained in:
Bitnami Bot 2022-06-23 07:28:42 +00:00 committed by Bitnami Containers
parent 2fa3f5a497
commit 0d6c1ae465
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,4 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \

View File

@ -47,7 +47,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-11`, `8.0.29`, `8.0.29-debian-11-r6`, `latest` (8.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-11-r6/8.0/debian-11/Dockerfile)
* [`8.0`, `8.0-debian-11`, `8.0.29`, `8.0.29-debian-11-r7`, `latest` (8.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-11-r7/8.0/debian-11/Dockerfile)
* [`5.7`, `5.7-debian-11`, `5.7.38`, `5.7.38-debian-11-r7` (5.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.38-debian-11-r7/5.7/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
@ -461,7 +461,6 @@ Here is an example of extending the image with the following modifications:
```Dockerfile
FROM bitnami/mysql
LABEL maintainer "Bitnami <containers@bitnami.com>"
### Change user to perform privileged actions
USER 0