Skip to content

Commit

Permalink
MAINTAINER is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Mar 16, 2018
1 parent 436e9e5 commit 349be8b
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion memcached/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM memcached:latest

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

CMD ["memcached"]

Expand Down
2 changes: 1 addition & 1 deletion minio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM minio/minio

MAINTAINER Thor Erik Lie <[email protected]>
LABEL maintainer="Thor Erik Lie <[email protected]>"

ENTRYPOINT ["minio", "server", "/export"]
2 changes: 1 addition & 1 deletion mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mongo:latest

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

#COPY mongo.conf /usr/local/etc/mongo/mongo.conf

Expand Down
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG MYSQL_VERSION=latest
FROM mysql:${MYSQL_VERSION}

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

#####################################
# Set Timezone
Expand Down
2 changes: 1 addition & 1 deletion neo4j/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tpires/neo4j

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

VOLUME /var/lib/neo4j/data

Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:alpine

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

ADD nginx.conf /etc/nginx/

Expand Down
2 changes: 1 addition & 1 deletion percona/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM percona:5.7

MAINTAINER DTUNES <[email protected]>
LABEL maintainer="DTUNES <[email protected]>"

RUN chown -R mysql:root /var/lib/mysql/

Expand Down
2 changes: 1 addition & 1 deletion pgadmin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fenglc/pgadmin4

MAINTAINER Huadong Zuo <[email protected]>
LABEL maintainer="Huadong Zuo <[email protected]>"

# user: [email protected]
# password: admin
Expand Down
2 changes: 1 addition & 1 deletion php-worker/Dockerfile-70
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM php:7.0-alpine

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

RUN apk --update add wget \
curl \
Expand Down
2 changes: 1 addition & 1 deletion php-worker/Dockerfile-71
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM php:7.1-alpine

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

RUN apk --update add wget \
curl \
Expand Down
2 changes: 1 addition & 1 deletion php-worker/Dockerfile-72
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM php:7.2-alpine

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

RUN apk --update add wget \
curl \
Expand Down
2 changes: 1 addition & 1 deletion phpmyadmin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM phpmyadmin/phpmyadmin

MAINTAINER Bo-Yi Wu <[email protected]>
LABEL maintainer="Bo-Yi Wu <[email protected]>"

# Add volume for sessions to allow session persistence
VOLUME /sessions
Expand Down
2 changes: 1 addition & 1 deletion postgres-postgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mdillon/postgis:latest

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

CMD ["postgres"]

Expand Down
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM postgres:alpine

MAINTAINER Ben M <[email protected]>
LABEL maintainer="Ben M <[email protected]>"

CMD ["postgres"]

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rabbitmq

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

RUN rabbitmq-plugins enable --offline rabbitmq_management

Expand Down
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:latest

MAINTAINER Mahmoud Zalt <[email protected]>
LABEL maintainer="Mahmoud Zalt <[email protected]>"

## 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
Expand Down
2 changes: 1 addition & 1 deletion rethinkdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rethinkdb:latest

MAINTAINER Cristian Mello <[email protected]>
LABEL maintainer="Cristian Mello <[email protected]>"

VOLUME /data/rethinkdb_data

Expand Down
4 changes: 2 additions & 2 deletions selenium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM selenium/standalone-chrome

MAINTAINER Edmund Luong <[email protected]>
LABEL maintainer="Edmund Luong <[email protected]>"

EXPOSE 4444
EXPOSE 4444
2 changes: 1 addition & 1 deletion varnish/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:latest

MAINTAINER ZeroC0D3 Team<[email protected]>
LABEL maintainer="ZeroC0D3 Team<[email protected]>"

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 349be8b

Please sign in to comment.