mirror of
https://github.com/bitnami/containers.git
synced 2026-03-19 15:57:46 +08:00
Dockerfile: replace MAINTAINER with LABEL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM bitnami/minideb-extras:jessie-r19-buildpack
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# System packages required
|
||||
RUN install_packages ghostscript imagemagick libbz2-1.0 libc6 libgcc1 libmysqlclient18 libncurses5 libreadline6 libsqlite3-0 libssl1.0.0 libstdc++6 libtinfo5 zlib1g netcat-traditional
|
||||
|
||||
2
bitnami/express/4/rootfs/dist/Dockerfile.tpl
vendored
2
bitnami/express/4/rootfs/dist/Dockerfile.tpl
vendored
@@ -1,6 +1,6 @@
|
||||
## Dockerfile for building production image
|
||||
FROM bitnami/express:{{BITNAMI_IMAGE_VERSION}}
|
||||
MAINTAINER john.smith@acme.com
|
||||
LABEL maintainer "John Smith <john.smith@acme.com>"
|
||||
|
||||
ENV DISABLE_WELCOME_MESSAGE=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user