From 438635baceed89a3ad33ee2b9c83decc82a5fa0a Mon Sep 17 00:00:00 2001 From: newnius Date: Tue, 18 Jul 2017 23:32:54 +0800 Subject: [PATCH] update MAINTAINER email --- hadoop/2.7.1/Dockerfile | 2 +- hexo/Dockerfile | 2 +- php/5.6/Dockerfile | 5 +++++ php/7.0/Dockerfile | 5 +++++ php/7.1/Dockerfile | 5 +++++ spark/1.6.0/Dockerfile | 2 +- tinyproxy/Dockerfile | 2 ++ 7 files changed, 20 insertions(+), 3 deletions(-) diff --git a/hadoop/2.7.1/Dockerfile b/hadoop/2.7.1/Dockerfile index e949a7b..9c7ad0f 100644 --- a/hadoop/2.7.1/Dockerfile +++ b/hadoop/2.7.1/Dockerfile @@ -1,6 +1,6 @@ FROM sequenceiq/hadoop-docker:2.7.1 -MAINTAINER Newnius +MAINTAINER Newnius ADD bootstrap.sh /etc/bootstrap.sh diff --git a/hexo/Dockerfile b/hexo/Dockerfile index 33cf46c..7b325be 100644 --- a/hexo/Dockerfile +++ b/hexo/Dockerfile @@ -1,6 +1,6 @@ FROM node:latest -MAINTAINER Newnius +MAINTAINER Newnius RUN apt-get -y update && apt-get -y install git && npm install -g hexo-cli diff --git a/php/5.6/Dockerfile b/php/5.6/Dockerfile index 5b83237..dcfc0b0 100644 --- a/php/5.6/Dockerfile +++ b/php/5.6/Dockerfile @@ -1,4 +1,7 @@ FROM php:5.6-apache + +MAINTAINER Newnius + RUN docker-php-source extract \ && rm -rf /var/lib/apt/lists/* \ && docker-php-ext-install mysqli pdo pdo_mysql \ @@ -11,3 +14,5 @@ ADD php.ini /usr/local/etc/php/ ADD apache2.conf /etc/apache2/ ADD security.conf /etc/apache2/conf-available/ + +WORKDIR /var/www/html diff --git a/php/7.0/Dockerfile b/php/7.0/Dockerfile index bc8471b..a652f6d 100644 --- a/php/7.0/Dockerfile +++ b/php/7.0/Dockerfile @@ -1,7 +1,12 @@ FROM php:7.0-apache + +MAINTAINER Newnius + RUN docker-php-source extract \ && rm -rf /var/lib/apt/lists/* \ && docker-php-ext-install mysqli pdo pdo_mysql \ && a2enmod rewrite \ && a2enmod ssl \ && docker-php-source delete + +WORKDIR /var/www/html diff --git a/php/7.1/Dockerfile b/php/7.1/Dockerfile index 9b55648..20b9fbc 100644 --- a/php/7.1/Dockerfile +++ b/php/7.1/Dockerfile @@ -1,7 +1,12 @@ FROM php:7.1-apache + +MAINTAINER Newnius + RUN docker-php-source extract \ && rm -rf /var/lib/apt/lists/* \ && docker-php-ext-install mysqli pdo pdo_mysql \ && a2enmod rewrite \ && a2enmod ssl \ && docker-php-source delete + +WORKDIR /var/www/html diff --git a/spark/1.6.0/Dockerfile b/spark/1.6.0/Dockerfile index e2bb391..23d8c29 100644 --- a/spark/1.6.0/Dockerfile +++ b/spark/1.6.0/Dockerfile @@ -1,6 +1,6 @@ FROM sequenceiq/spark:1.6.0 -MAINTAINER Newnius +MAINTAINER Newnius ADD bootstrap.sh /etc/bootstrap.sh diff --git a/tinyproxy/Dockerfile b/tinyproxy/Dockerfile index 9dc1e7e..2e922c4 100644 --- a/tinyproxy/Dockerfile +++ b/tinyproxy/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:latest +MAINTAINER Newnius + ADD bootstrap.sh /etc/bootstrap.sh RUN apk add --no-cache tinyproxy