From 6ebc45540d1dda3acf15e01823dc00671c748925 Mon Sep 17 00:00:00 2001 From: Paolo Cuffiani Date: Thu, 25 Oct 2018 21:48:22 +0200 Subject: [PATCH 1/2] #44 chore: hide Composer warning for commands run as super-user --- 5.4/Dockerfile | 2 +- 5.4/apache/Dockerfile | 2 +- 5.4/fpm/Dockerfile | 2 +- 5.5/Dockerfile | 2 +- 5.5/apache/Dockerfile | 2 +- 5.5/fpm/Dockerfile | 2 +- 5.6/Dockerfile | 2 +- 5.6/apache/Dockerfile | 2 +- 5.6/fpm/Dockerfile | 2 +- 7.0/Dockerfile | 2 +- 7.0/apache/Dockerfile | 2 +- 7.0/fpm/Dockerfile | 2 +- 7.1/Dockerfile | 2 +- 7.1/apache/Dockerfile | 2 +- 7.1/fpm/Dockerfile | 2 +- 7.2/Dockerfile | 2 +- 7.2/apache/Dockerfile | 2 +- 7.2/fpm/Dockerfile | 2 +- Dockerfile | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/5.4/Dockerfile b/5.4/Dockerfile index ce9814c..1336124 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index 2f7e218..2d35832 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/apache/Dockerfile @@ -37,4 +37,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.4/fpm/Dockerfile b/5.4/fpm/Dockerfile index d68fab3..30c1137 100644 --- a/5.4/fpm/Dockerfile +++ b/5.4/fpm/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 096e206..664498d 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index c3f2f94..16a5c6c 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -37,4 +37,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.5/fpm/Dockerfile b/5.5/fpm/Dockerfile index 0db10d8..43dd658 100644 --- a/5.5/fpm/Dockerfile +++ b/5.5/fpm/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 62223ef..eb495ae 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index 1abeb9f..a5f3c6c 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -37,4 +37,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/5.6/fpm/Dockerfile b/5.6/fpm/Dockerfile index 8cafe6e..e9986c2 100644 --- a/5.6/fpm/Dockerfile +++ b/5.6/fpm/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.0/Dockerfile b/7.0/Dockerfile index 6a1be5d..e0db146 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.0/apache/Dockerfile b/7.0/apache/Dockerfile index 8089ade..eecec2e 100644 --- a/7.0/apache/Dockerfile +++ b/7.0/apache/Dockerfile @@ -37,4 +37,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.0/fpm/Dockerfile b/7.0/fpm/Dockerfile index 8f843f0..c447b09 100644 --- a/7.0/fpm/Dockerfile +++ b/7.0/fpm/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.1/Dockerfile b/7.1/Dockerfile index e95a812..d8f23db 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.1/apache/Dockerfile b/7.1/apache/Dockerfile index fbd315f..a1c864b 100644 --- a/7.1/apache/Dockerfile +++ b/7.1/apache/Dockerfile @@ -37,4 +37,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.1/fpm/Dockerfile b/7.1/fpm/Dockerfile index af1baec..1445110 100644 --- a/7.1/fpm/Dockerfile +++ b/7.1/fpm/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.2/Dockerfile b/7.2/Dockerfile index b7fdf6e..0587402 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -35,4 +35,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.2/apache/Dockerfile b/7.2/apache/Dockerfile index e7afd9f..cff14b0 100644 --- a/7.2/apache/Dockerfile +++ b/7.2/apache/Dockerfile @@ -36,4 +36,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/7.2/fpm/Dockerfile b/7.2/fpm/Dockerfile index 222b8ed..7cd11da 100644 --- a/7.2/fpm/Dockerfile +++ b/7.2/fpm/Dockerfile @@ -35,4 +35,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 diff --git a/Dockerfile b/Dockerfile index ed97ca0..02e2b67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,4 @@ RUN buildDeps=" \ # Install Composer. RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer -ENV PATH $PATH:/root/composer/vendor/bin +ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 From f5f19166b97bc7dcc49909b739b9f79310502439 Mon Sep 17 00:00:00 2001 From: Paolo Cuffiani Date: Thu, 25 Oct 2018 21:50:15 +0200 Subject: [PATCH 2/2] #24 chore: replace deprecated `MAINTAINER` instruction --- 5.4/Dockerfile | 2 +- 5.4/apache/Dockerfile | 2 +- 5.4/fpm/Dockerfile | 2 +- 5.5/Dockerfile | 2 +- 5.5/apache/Dockerfile | 2 +- 5.5/fpm/Dockerfile | 2 +- 5.6/Dockerfile | 2 +- 5.6/apache/Dockerfile | 2 +- 5.6/fpm/Dockerfile | 2 +- 7.0/Dockerfile | 2 +- 7.0/apache/Dockerfile | 2 +- 7.0/fpm/Dockerfile | 2 +- 7.1/Dockerfile | 2 +- 7.1/apache/Dockerfile | 2 +- 7.1/fpm/Dockerfile | 2 +- 7.2/Dockerfile | 2 +- 7.2/apache/Dockerfile | 2 +- 7.2/fpm/Dockerfile | 2 +- Dockerfile | 2 +- dev/5.4/Dockerfile | 2 +- dev/5.4/apache/Dockerfile | 2 +- dev/5.4/fpm/Dockerfile | 2 +- dev/5.5/Dockerfile | 2 +- dev/5.5/apache/Dockerfile | 2 +- dev/5.5/fpm/Dockerfile | 2 +- dev/5.6/Dockerfile | 2 +- dev/5.6/apache/Dockerfile | 2 +- dev/5.6/fpm/Dockerfile | 2 +- dev/7.0/Dockerfile | 2 +- dev/7.0/apache/Dockerfile | 2 +- dev/7.0/fpm/Dockerfile | 2 +- dev/7.1/Dockerfile | 2 +- dev/7.1/apache/Dockerfile | 2 +- dev/7.1/fpm/Dockerfile | 2 +- dev/7.2/Dockerfile | 2 +- dev/7.2/apache/Dockerfile | 2 +- dev/7.2/fpm/Dockerfile | 2 +- dev/Dockerfile | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/5.4/Dockerfile b/5.4/Dockerfile index 1336124..0adda27 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.4 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index 2d35832..f5ea470 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/apache/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.4-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.4/fpm/Dockerfile b/5.4/fpm/Dockerfile index 30c1137..06da862 100644 --- a/5.4/fpm/Dockerfile +++ b/5.4/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.4-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 664498d..201c933 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.5 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index 16a5c6c..c913039 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.5-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.5/fpm/Dockerfile b/5.5/fpm/Dockerfile index 43dd658..6f8bff2 100644 --- a/5.5/fpm/Dockerfile +++ b/5.5/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.5-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.6/Dockerfile b/5.6/Dockerfile index eb495ae..f373973 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.6 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index a5f3c6c..e70ec82 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.6-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/5.6/fpm/Dockerfile b/5.6/fpm/Dockerfile index e9986c2..87f2f06 100644 --- a/5.6/fpm/Dockerfile +++ b/5.6/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM php:5.6-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.0/Dockerfile b/7.0/Dockerfile index e0db146..40d4397 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.0 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.0/apache/Dockerfile b/7.0/apache/Dockerfile index eecec2e..8825ecf 100644 --- a/7.0/apache/Dockerfile +++ b/7.0/apache/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.0-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.0/fpm/Dockerfile b/7.0/fpm/Dockerfile index c447b09..123e7f9 100644 --- a/7.0/fpm/Dockerfile +++ b/7.0/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.0-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.1/Dockerfile b/7.1/Dockerfile index d8f23db..615f85b 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.1 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.1/apache/Dockerfile b/7.1/apache/Dockerfile index a1c864b..30a9738 100644 --- a/7.1/apache/Dockerfile +++ b/7.1/apache/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.1-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.1/fpm/Dockerfile b/7.1/fpm/Dockerfile index 1445110..264f610 100644 --- a/7.1/fpm/Dockerfile +++ b/7.1/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.1-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 0587402..9c73e5b 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.2 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.2/apache/Dockerfile b/7.2/apache/Dockerfile index cff14b0..0f6c490 100644 --- a/7.2/apache/Dockerfile +++ b/7.2/apache/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.2-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/7.2/fpm/Dockerfile b/7.2/fpm/Dockerfile index 7cd11da..156c5cc 100644 --- a/7.2/fpm/Dockerfile +++ b/7.2/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.2-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/Dockerfile b/Dockerfile index 02e2b67..3834512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM php:latest -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install PHP extensions and PECL modules. RUN buildDeps=" \ diff --git a/dev/5.4/Dockerfile b/dev/5.4/Dockerfile index 07c995a..f977a28 100644 --- a/dev/5.4/Dockerfile +++ b/dev/5.4/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.4 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.4.1 \ diff --git a/dev/5.4/apache/Dockerfile b/dev/5.4/apache/Dockerfile index 6988fef..8d34562 100644 --- a/dev/5.4/apache/Dockerfile +++ b/dev/5.4/apache/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.4-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.4.1 \ diff --git a/dev/5.4/fpm/Dockerfile b/dev/5.4/fpm/Dockerfile index dbfa8e0..e8b34a4 100644 --- a/dev/5.4/fpm/Dockerfile +++ b/dev/5.4/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.4-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.4.1 \ diff --git a/dev/5.5/Dockerfile b/dev/5.5/Dockerfile index 8ff2a9d..62624cd 100644 --- a/dev/5.5/Dockerfile +++ b/dev/5.5/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.5 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.5.5 \ diff --git a/dev/5.5/apache/Dockerfile b/dev/5.5/apache/Dockerfile index 249e808..cd95c56 100644 --- a/dev/5.5/apache/Dockerfile +++ b/dev/5.5/apache/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.5-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.5.5 \ diff --git a/dev/5.5/fpm/Dockerfile b/dev/5.5/fpm/Dockerfile index 11c9993..416ef45 100644 --- a/dev/5.5/fpm/Dockerfile +++ b/dev/5.5/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.5-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.5.5 \ diff --git a/dev/5.6/Dockerfile b/dev/5.6/Dockerfile index 8167f35..14d0dac 100644 --- a/dev/5.6/Dockerfile +++ b/dev/5.6/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.6 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.5.5 \ diff --git a/dev/5.6/apache/Dockerfile b/dev/5.6/apache/Dockerfile index e408e3a..cac5e0d 100644 --- a/dev/5.6/apache/Dockerfile +++ b/dev/5.6/apache/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.6-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.5.5 \ diff --git a/dev/5.6/fpm/Dockerfile b/dev/5.6/fpm/Dockerfile index a45643c..b36f3a1 100644 --- a/dev/5.6/fpm/Dockerfile +++ b/dev/5.6/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:5.6-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug-2.5.5 \ diff --git a/dev/7.0/Dockerfile b/dev/7.0/Dockerfile index 7b60f5a..425c3db 100644 --- a/dev/7.0/Dockerfile +++ b/dev/7.0/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.0 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.0/apache/Dockerfile b/dev/7.0/apache/Dockerfile index de0519a..84823d0 100644 --- a/dev/7.0/apache/Dockerfile +++ b/dev/7.0/apache/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.0-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.0/fpm/Dockerfile b/dev/7.0/fpm/Dockerfile index 953c522..7f5c5fd 100644 --- a/dev/7.0/fpm/Dockerfile +++ b/dev/7.0/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.0-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.1/Dockerfile b/dev/7.1/Dockerfile index 2401477..4112c13 100644 --- a/dev/7.1/Dockerfile +++ b/dev/7.1/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.1 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.1/apache/Dockerfile b/dev/7.1/apache/Dockerfile index 6d084ea..34d9217 100644 --- a/dev/7.1/apache/Dockerfile +++ b/dev/7.1/apache/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.1-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.1/fpm/Dockerfile b/dev/7.1/fpm/Dockerfile index 7696195..ff231fd 100644 --- a/dev/7.1/fpm/Dockerfile +++ b/dev/7.1/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.1-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.2/Dockerfile b/dev/7.2/Dockerfile index 3427aa2..b390df0 100644 --- a/dev/7.2/Dockerfile +++ b/dev/7.2/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.2 -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.2/apache/Dockerfile b/dev/7.2/apache/Dockerfile index 9411496..aa03426 100644 --- a/dev/7.2/apache/Dockerfile +++ b/dev/7.2/apache/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.2-apache -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/7.2/fpm/Dockerfile b/dev/7.2/fpm/Dockerfile index a5ebdaf..192594e 100644 --- a/dev/7.2/fpm/Dockerfile +++ b/dev/7.2/fpm/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:7.2-fpm -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \ diff --git a/dev/Dockerfile b/dev/Dockerfile index d857037..c05506b 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,5 +1,5 @@ FROM chialab/php:latest -MAINTAINER dev@chialab.it +LABEL maintainer="dev@chialab.io" # Install XDebug. RUN pecl install xdebug \