8.0.29-debian-11-r7 release
This commit is contained in:
parent
2fa3f5a497
commit
0d6c1ae465
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue