3.3.7-debian-11-r7 release
This commit is contained in:
parent
3bc8136572
commit
c506f49f51
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -41,7 +41,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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-11`, `3.3.7`, `3.3.7-debian-11-r6`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-11-r6/3/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.3.7`, `3.3.7-debian-11-r7`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.7-debian-11-r7/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).
|
||||
|
||||
|
|
@ -455,7 +455,6 @@ Here is an example of extending the image with the following modifications:
|
|||
|
||||
```Dockerfile
|
||||
FROM bitnami/phpbb
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
## Change user to perform privileged actions
|
||||
USER 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue