1.19.9-1-debian-11-r8 release

This commit is contained in:
Bitnami Bot 2022-06-23 08:28:53 +00:00 committed by Bitnami Containers
parent 5e0a65a728
commit a2ac34236b
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

@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r7` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.21.4-1-debian-11-r7/1.21/debian-11/Dockerfile)
* [`1.19`, `1.19-debian-11`, `1.19.9-1`, `1.19.9-1-debian-11-r7`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-11-r7/1.19/debian-11/Dockerfile)
* [`1.19`, `1.19-debian-11`, `1.19.9-1`, `1.19.9-1-debian-11-r8`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-11-r8/1.19/debian-11/Dockerfile)
## Get this image
@ -334,7 +334,6 @@ Here is an example of extending the image with the following modifications:
```Dockerfile
FROM bitnami/openresty
LABEL maintainer "Bitnami <containers@bitnami.com>"
## Change user to perform privileged actions
USER 0