Remove maintainer label

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodriguez Hernandez 2022-06-29 12:09:06 +00:00 committed by Bitnami Containers
parent 251c7224e5
commit dc2600c12e
2 changed files with 0 additions and 3 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

@ -451,7 +451,6 @@ Here is an example of extending the image with the following modifications:
```Dockerfile
FROM bitnami/drupal
LABEL maintainer "Bitnami <containers@bitnami.com>"
## Change user to perform privileged actions
USER 0