From 4f5746f2a7e48123a0cf9c7927fa991fecdce9ad Mon Sep 17 00:00:00 2001 From: ZeroC0D3 Team Date: Sun, 26 Mar 2017 14:56:55 +0700 Subject: [PATCH] Refactoring Maintainer Docker File --- certbot/Dockerfile | 2 ++ haproxy/Dockerfile | 1 + hhvm/Dockerfile | 2 ++ mailhog/Dockerfile | 2 +- mssql/Dockerfile | 4 +++- php-worker/Dockerfile | 2 ++ postgres-postgis/Dockerfile | 4 +++- rabbitmq/Dockerfile | 2 ++ varnish/Dockerfile | 1 + 9 files changed, 17 insertions(+), 3 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index c62405e9..3ce7546f 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -1,5 +1,7 @@ FROM phusion/baseimage:latest +MAINTAINER Mahmoud Zalt + COPY run-certbot.sh /root/certbot/run-certbot.sh RUN apt-get update diff --git a/haproxy/Dockerfile b/haproxy/Dockerfile index 76659f3e..ceca7191 100644 --- a/haproxy/Dockerfile +++ b/haproxy/Dockerfile @@ -1,4 +1,5 @@ FROM dockercloud/haproxy:latest + MAINTAINER ZeroC0D3 Team EXPOSE 80 diff --git a/hhvm/Dockerfile b/hhvm/Dockerfile index cca2c55b..b4404a66 100644 --- a/hhvm/Dockerfile +++ b/hhvm/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:14.04 +MAINTAINER Mahmoud Zalt + RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 RUN apt-get update -y \ diff --git a/mailhog/Dockerfile b/mailhog/Dockerfile index 9fd31e4e..4b404d16 100644 --- a/mailhog/Dockerfile +++ b/mailhog/Dockerfile @@ -1,6 +1,6 @@ FROM mailhog/mailhog -Maintainer Mahmoud Zalt +MAINTAINER Mahmoud Zalt CMD ["Mailhog"] diff --git a/mssql/Dockerfile b/mssql/Dockerfile index fd9f0761..de67f6d7 100644 --- a/mssql/Dockerfile +++ b/mssql/Dockerfile @@ -1,5 +1,7 @@ FROM microsoft/mssql-server-linux +MAINTAINER Mahmoud Zalt + # Create config directory # an set it as WORKDIR RUN mkdir -p /usr/src/app @@ -18,4 +20,4 @@ VOLUME /var/opt/mssql EXPOSE 1433 -CMD /bin/bash ./entrypoint.sh \ No newline at end of file +CMD /bin/bash ./entrypoint.sh diff --git a/php-worker/Dockerfile b/php-worker/Dockerfile index 13c6d95f..58de7d5b 100644 --- a/php-worker/Dockerfile +++ b/php-worker/Dockerfile @@ -9,6 +9,8 @@ FROM nielsvdoorn/laravel-supervisor +MAINTAINER Mahmoud Zalt + # #-------------------------------------------------------------------------- # Optional Supervisord Configuration diff --git a/postgres-postgis/Dockerfile b/postgres-postgis/Dockerfile index c7d9ea6d..23e65862 100644 --- a/postgres-postgis/Dockerfile +++ b/postgres-postgis/Dockerfile @@ -1,5 +1,7 @@ FROM mdillon/postgis:latest +MAINTAINER Mahmoud Zalt + CMD ["postgres"] -EXPOSE 5432 \ No newline at end of file +EXPOSE 5432 diff --git a/rabbitmq/Dockerfile b/rabbitmq/Dockerfile index 48727d2d..ad73a2a1 100644 --- a/rabbitmq/Dockerfile +++ b/rabbitmq/Dockerfile @@ -1,5 +1,7 @@ FROM rabbitmq +MAINTAINER Mahmoud Zalt + RUN rabbitmq-plugins enable --offline rabbitmq_management EXPOSE 15671 15672 diff --git a/varnish/Dockerfile b/varnish/Dockerfile index 13c3e2ab..a4f61a99 100644 --- a/varnish/Dockerfile +++ b/varnish/Dockerfile @@ -1,4 +1,5 @@ FROM debian:latest + MAINTAINER ZeroC0D3 Team # Set Environment Variables