diff --git a/memcached/Dockerfile b/memcached/Dockerfile index 3d95464..9e5c253 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 88a7542..f394fcf 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 897e6f0..d1ea862 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 32b0428..c2811d5 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 d1ebda6..112af5c 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 8471701..5be2554 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 f66d0de..9a8b5c6 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 0ad672b..c507b58 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 b0f51f6..2b182b7 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 e061593..ad943cf 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 e9807cc..7fb9906 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 8def60c..75812d9 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 23e6586..96d8574 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 423c5d6..b5f121c 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 ad73a2a..d79b4ed 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 35df84d..123dbe2 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 f5cb295..f7db9a1 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 bc98b68..e5ab3b2 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 a4f61a9..5da88e1 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