Skip to content

Commit 70e10a4

Browse files
committed
MAINTAINER is deprecated
1 parent 1ab5b40 commit 70e10a4

File tree

22 files changed

+24
-25
lines changed

22 files changed

+24
-25
lines changed

adminer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM adminer:4.3.0
33
# Version 4.3.1 contains PostgreSQL login errors. See docs.
44
# See https://sourceforge.net/p/adminer/bugs-and-features/548/
55

6-
MAINTAINER Patrick Artounian <[email protected]>
6+
LABEL maintainer="Patrick Artounian <[email protected]>"
77

88
# Add volume for sessions to allow session persistence
99
VOLUME /sessions

aerospike/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM aerospike:latest
22

3-
MAINTAINER Luciano Jr <[email protected]>
3+
LABEL maintainer="Luciano Jr <[email protected]>"
44

55
RUN rm /etc/aerospike/aerospike.conf
66

7-
ADD aerospike.conf /etc/aerospike/aerospike.conf
7+
ADD aerospike.conf /etc/aerospike/aerospike.conf

apache2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM webdevops/apache:ubuntu-16.04
22

3-
MAINTAINER Eric Pfeiffer <[email protected]>
3+
LABEL maintainer="Eric Pfeiffer <[email protected]>"
44

55
ARG PHP_UPSTREAM_CONTAINER=php-fpm
66
ARG PHP_UPSTREAM_PORT=9000

aws/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:slim
22

3-
3+
LABEL maintainer="[email protected]"
44

55
RUN pip install --upgrade --no-cache-dir awsebcli
66
RUN apt-get -yqq update && apt-get -yqq install git-all

beanstalkd-console/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:latest
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
RUN apt-get update && apt-get install -y curl
66

beanstalkd/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM phusion/baseimage:latest
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
ENV DEBIAN_FRONTEND noninteractive
66
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
@@ -13,4 +13,4 @@ VOLUME /var/lib/beanstalkd/data
1313

1414
EXPOSE 11300
1515

16-
CMD ["/usr/bin/beanstalkd"]
16+
CMD ["/usr/bin/beanstalkd"]

caddy/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM zuohuadong/caddy:alpine
22

3-
4-
MAINTAINER Huadong Zuo <[email protected]>
3+
LABEL maintainer="Huadong Zuo <[email protected]>"
54

65
ARG plugins="cors"
76

certbot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM phusion/baseimage:latest
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
COPY run-certbot.sh /root/certbot/run-certbot.sh
66

haproxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM dockercloud/haproxy:latest
22

3-
MAINTAINER ZeroC0D3 Team<[email protected]>
3+
LABEL maintainer="ZeroC0D3 Team<[email protected]>"
44

55
EXPOSE 80

hhvm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:14.04
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
66

maildev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM djfarrelly/maildev
22

3-
MAINTAINER Maxime Hélias <[email protected]>
3+
LABEL maintainer="Maxime Hélias <[email protected]>"
44

55
EXPOSE 80 25

mailhog/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mailhog/mailhog
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
CMD ["Mailhog"]
66

mariadb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mariadb:latest
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
ADD my.cnf /etc/mysql/conf.d/my.cnf
66

mssql/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM microsoft/mssql-server-linux
22

3-
MAINTAINER Mahmoud Zalt <[email protected]>
3+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
44

55
# Create config directory
66
# an set it as WORKDIR

php-fpm/Dockerfile-56

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/php-fpm:2.0-56
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
#
2020
#--------------------------------------------------------------------------

php-fpm/Dockerfile-70

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/php-fpm:2.0-70
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
#
2020
#--------------------------------------------------------------------------

php-fpm/Dockerfile-71

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/php-fpm:2.0-71
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
#
2020
#--------------------------------------------------------------------------

php-fpm/Dockerfile-72

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/php-fpm:2.0-72
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
#
2020
#--------------------------------------------------------------------------

workspace/Dockerfile-56

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/workspace:2.0-56
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
# Remove Faillog and Lastlog to reduce the size of the final image.
2020
RUN rm /var/log/lastlog /var/log/faillog

workspace/Dockerfile-70

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/workspace:2.0-70
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
# Remove Faillog and Lastlog to reduce the size of the final image.
2020
RUN rm /var/log/lastlog /var/log/faillog

workspace/Dockerfile-71

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/workspace:2.0-71
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
# Remove Faillog and Lastlog to reduce the size of the final image.
2020
RUN rm /var/log/lastlog /var/log/faillog

workspace/Dockerfile-72

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM laradock/workspace:2.0-72
1616

17-
MAINTAINER Mahmoud Zalt <[email protected]>
17+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1818

1919
# Remove Faillog and Lastlog to reduce the size of the final image.
2020
RUN rm /var/log/lastlog /var/log/faillog

0 commit comments

Comments
 (0)