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:19 +00:00
committed by Bitnami Containers
parent dc2600c12e
commit 86a99b82eb
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

@@ -445,7 +445,6 @@ Here is an example of extending the image with the following modifications:
```Dockerfile
FROM bitnami/drupal-nginx
LABEL maintainer "Bitnami <containers@bitnami.com>"
### Install 'vim'
RUN install_packages vim