From 349be8b30eaa31c7fbfb12d00c5fcf66cfc69400 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Fri, 16 Mar 2018 21:09:15 +0800 Subject: [PATCH] MAINTAINER is deprecated --- memcached/Dockerfile | 2 +- minio/Dockerfile | 2 +- mongo/Dockerfile | 2 +- mysql/Dockerfile | 2 +- neo4j/Dockerfile | 2 +- nginx/Dockerfile | 2 +- percona/Dockerfile | 2 +- pgadmin/Dockerfile | 2 +- php-worker/Dockerfile-70 | 2 +- php-worker/Dockerfile-71 | 2 +- php-worker/Dockerfile-72 | 2 +- phpmyadmin/Dockerfile | 2 +- postgres-postgis/Dockerfile | 2 +- postgres/Dockerfile | 2 +- rabbitmq/Dockerfile | 2 +- redis/Dockerfile | 2 +- rethinkdb/Dockerfile | 2 +- selenium/Dockerfile | 4 ++-- varnish/Dockerfile | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/memcached/Dockerfile b/memcached/Dockerfile index 3d95464b..9e5c253e 100644 --- a/memcached/Dockerfile +++ b/memcached/Dockerfile @@ -1,6 +1,6 @@ FROM memcached:latest -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " CMD ["memcached"] diff --git a/minio/Dockerfile b/minio/Dockerfile index 88a75426..f394fcf7 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -1,5 +1,5 @@ FROM minio/minio -MAINTAINER Thor Erik Lie +LABEL maintainer="Thor Erik Lie " ENTRYPOINT ["minio", "server", "/export"] diff --git a/mongo/Dockerfile b/mongo/Dockerfile index 897e6f06..d1ea862b 100644 --- a/mongo/Dockerfile +++ b/mongo/Dockerfile @@ -1,6 +1,6 @@ FROM mongo:latest -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " #COPY mongo.conf /usr/local/etc/mongo/mongo.conf diff --git a/mysql/Dockerfile b/mysql/Dockerfile index 32b0428c..c2811d5d 100644 --- a/mysql/Dockerfile +++ b/mysql/Dockerfile @@ -1,7 +1,7 @@ ARG MYSQL_VERSION=latest FROM mysql:${MYSQL_VERSION} -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " ##################################### # Set Timezone diff --git a/neo4j/Dockerfile b/neo4j/Dockerfile index d1ebda6c..112af5cd 100644 --- a/neo4j/Dockerfile +++ b/neo4j/Dockerfile @@ -1,6 +1,6 @@ FROM tpires/neo4j -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " VOLUME /var/lib/neo4j/data diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 84717015..5be25543 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,6 +1,6 @@ FROM nginx:alpine -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " ADD nginx.conf /etc/nginx/ diff --git a/percona/Dockerfile b/percona/Dockerfile index f66d0ded..9a8b5c6a 100644 --- a/percona/Dockerfile +++ b/percona/Dockerfile @@ -1,6 +1,6 @@ FROM percona:5.7 -MAINTAINER DTUNES +LABEL maintainer="DTUNES " RUN chown -R mysql:root /var/lib/mysql/ diff --git a/pgadmin/Dockerfile b/pgadmin/Dockerfile index 0ad672b7..c507b589 100644 --- a/pgadmin/Dockerfile +++ b/pgadmin/Dockerfile @@ -1,6 +1,6 @@ FROM fenglc/pgadmin4 -MAINTAINER Huadong Zuo +LABEL maintainer="Huadong Zuo " # user: pgadmin4@pgadmin.org # password: admin diff --git a/php-worker/Dockerfile-70 b/php-worker/Dockerfile-70 index b0f51f60..2b182b76 100644 --- a/php-worker/Dockerfile-70 +++ b/php-worker/Dockerfile-70 @@ -6,7 +6,7 @@ FROM php:7.0-alpine -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " RUN apk --update add wget \ curl \ diff --git a/php-worker/Dockerfile-71 b/php-worker/Dockerfile-71 index e061593e..ad943cf1 100644 --- a/php-worker/Dockerfile-71 +++ b/php-worker/Dockerfile-71 @@ -6,7 +6,7 @@ FROM php:7.1-alpine -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " RUN apk --update add wget \ curl \ diff --git a/php-worker/Dockerfile-72 b/php-worker/Dockerfile-72 index e9807cc4..7fb99061 100644 --- a/php-worker/Dockerfile-72 +++ b/php-worker/Dockerfile-72 @@ -6,7 +6,7 @@ FROM php:7.2-alpine -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " RUN apk --update add wget \ curl \ diff --git a/phpmyadmin/Dockerfile b/phpmyadmin/Dockerfile index 8def60cb..75812d9b 100644 --- a/phpmyadmin/Dockerfile +++ b/phpmyadmin/Dockerfile @@ -1,6 +1,6 @@ FROM phpmyadmin/phpmyadmin -MAINTAINER Bo-Yi Wu +LABEL maintainer="Bo-Yi Wu " # Add volume for sessions to allow session persistence VOLUME /sessions diff --git a/postgres-postgis/Dockerfile b/postgres-postgis/Dockerfile index 23e65862..96d85741 100644 --- a/postgres-postgis/Dockerfile +++ b/postgres-postgis/Dockerfile @@ -1,6 +1,6 @@ FROM mdillon/postgis:latest -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " CMD ["postgres"] diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 423c5d6b..b5f121c5 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -1,6 +1,6 @@ FROM postgres:alpine -MAINTAINER Ben M +LABEL maintainer="Ben M " CMD ["postgres"] diff --git a/rabbitmq/Dockerfile b/rabbitmq/Dockerfile index ad73a2a1..d79b4eda 100644 --- a/rabbitmq/Dockerfile +++ b/rabbitmq/Dockerfile @@ -1,6 +1,6 @@ FROM rabbitmq -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " RUN rabbitmq-plugins enable --offline rabbitmq_management diff --git a/redis/Dockerfile b/redis/Dockerfile index 35df84dd..123dbe27 100644 --- a/redis/Dockerfile +++ b/redis/Dockerfile @@ -1,6 +1,6 @@ FROM redis:latest -MAINTAINER Mahmoud Zalt +LABEL maintainer="Mahmoud Zalt " ## For security settings uncomment, make the dir, copy conf, and also start with the conf, to use it #RUN mkdir -p /usr/local/etc/redis diff --git a/rethinkdb/Dockerfile b/rethinkdb/Dockerfile index f5cb295a..f7db9a1f 100644 --- a/rethinkdb/Dockerfile +++ b/rethinkdb/Dockerfile @@ -1,6 +1,6 @@ FROM rethinkdb:latest -MAINTAINER Cristian Mello +LABEL maintainer="Cristian Mello " VOLUME /data/rethinkdb_data diff --git a/selenium/Dockerfile b/selenium/Dockerfile index bc98b686..e5ab3b2c 100644 --- a/selenium/Dockerfile +++ b/selenium/Dockerfile @@ -1,5 +1,5 @@ FROM selenium/standalone-chrome -MAINTAINER Edmund Luong +LABEL maintainer="Edmund Luong " -EXPOSE 4444 \ No newline at end of file +EXPOSE 4444 diff --git a/varnish/Dockerfile b/varnish/Dockerfile index a4f61a99..5da88e11 100644 --- a/varnish/Dockerfile +++ b/varnish/Dockerfile @@ -1,6 +1,6 @@ FROM debian:latest -MAINTAINER ZeroC0D3 Team +LABEL maintainer="ZeroC0D3 Team" # Set Environment Variables ENV DEBIAN_FRONTEND noninteractive