diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index 341029d7d..653499dba 100644 --- a/agent/alpine/Dockerfile +++ b/agent/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/agent/ubuntu/Dockerfile b/agent/ubuntu/Dockerfile index c88ccc5d3..6b1299482 100644 --- a/agent/ubuntu/Dockerfile +++ b/agent/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/java-gateway/alpine/Dockerfile b/java-gateway/alpine/Dockerfile index 2bbed5c8e..c1fb9e3b3 100644 --- a/java-gateway/alpine/Dockerfile +++ b/java-gateway/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/java-gateway/ubuntu/Dockerfile b/java-gateway/ubuntu/Dockerfile index 8c5fd7901..e77995bf0 100644 --- a/java-gateway/ubuntu/Dockerfile +++ b/java-gateway/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/proxy-mysql/alpine/Dockerfile b/proxy-mysql/alpine/Dockerfile index 4dad766f4..542525fea 100644 --- a/proxy-mysql/alpine/Dockerfile +++ b/proxy-mysql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/proxy-mysql/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index 0a57635d5..479c3bdd9 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/proxy-sqlite3/alpine/Dockerfile b/proxy-sqlite3/alpine/Dockerfile index 8b79c5bb3..bbd09f63f 100644 --- a/proxy-sqlite3/alpine/Dockerfile +++ b/proxy-sqlite3/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/proxy-sqlite3/ubuntu/Dockerfile b/proxy-sqlite3/ubuntu/Dockerfile index b02fa2bf4..0eb8c9170 100644 --- a/proxy-sqlite3/ubuntu/Dockerfile +++ b/proxy-sqlite3/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/server-mysql/alpine/Dockerfile b/server-mysql/alpine/Dockerfile index 8aa931dd0..0ca37ea70 100644 --- a/server-mysql/alpine/Dockerfile +++ b/server-mysql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/server-mysql/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index ff5a747fd..ea0dce279 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/server-pgsql/alpine/Dockerfile b/server-pgsql/alpine/Dockerfile index dcc82c3bf..69084ceea 100644 --- a/server-pgsql/alpine/Dockerfile +++ b/server-pgsql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/server-pgsql/ubuntu/Dockerfile b/server-pgsql/ubuntu/Dockerfile index e09004a18..1e483ac1a 100644 --- a/server-pgsql/ubuntu/Dockerfile +++ b/server-pgsql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/snmptraps/ubuntu/Dockerfile b/snmptraps/ubuntu/Dockerfile index cc6ce3588..ceebe46fe 100644 --- a/snmptraps/ubuntu/Dockerfile +++ b/snmptraps/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/web-apache-mysql/alpine/Dockerfile b/web-apache-mysql/alpine/Dockerfile index 5c1111f6a..8314e6a62 100644 --- a/web-apache-mysql/alpine/Dockerfile +++ b/web-apache-mysql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/web-apache-mysql/ubuntu/Dockerfile b/web-apache-mysql/ubuntu/Dockerfile index bb42c66a9..944a21a4a 100644 --- a/web-apache-mysql/ubuntu/Dockerfile +++ b/web-apache-mysql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/web-apache-pgsql/alpine/Dockerfile b/web-apache-pgsql/alpine/Dockerfile index 2d2a353ef..e0f00e4d0 100644 --- a/web-apache-pgsql/alpine/Dockerfile +++ b/web-apache-pgsql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/web-apache-pgsql/ubuntu/Dockerfile b/web-apache-pgsql/ubuntu/Dockerfile index f8b7fb7f1..6f318d9d4 100644 --- a/web-apache-pgsql/ubuntu/Dockerfile +++ b/web-apache-pgsql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/web-nginx-mysql/alpine/Dockerfile b/web-nginx-mysql/alpine/Dockerfile index 0663566fa..69ad842b5 100644 --- a/web-nginx-mysql/alpine/Dockerfile +++ b/web-nginx-mysql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/web-nginx-mysql/alpine/conf/etc/nginx/nginx.conf b/web-nginx-mysql/alpine/conf/etc/nginx/nginx.conf index 26e4a28b7..6e1ae33ce 100644 --- a/web-nginx-mysql/alpine/conf/etc/nginx/nginx.conf +++ b/web-nginx-mysql/alpine/conf/etc/nginx/nginx.conf @@ -47,6 +47,7 @@ http { sendfile on; client_max_body_size 8m; + client_body_buffer_size 256k; fastcgi_intercept_errors on; tcp_nopush on; diff --git a/web-nginx-mysql/ubuntu/Dockerfile b/web-nginx-mysql/ubuntu/Dockerfile index 1968d7a40..4c441d33e 100644 --- a/web-nginx-mysql/ubuntu/Dockerfile +++ b/web-nginx-mysql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/web-nginx-mysql/ubuntu/conf/etc/nginx/nginx.conf b/web-nginx-mysql/ubuntu/conf/etc/nginx/nginx.conf index 9ad0fb4db..b263fb42a 100644 --- a/web-nginx-mysql/ubuntu/conf/etc/nginx/nginx.conf +++ b/web-nginx-mysql/ubuntu/conf/etc/nginx/nginx.conf @@ -47,6 +47,7 @@ http { sendfile on; client_max_body_size 8m; + client_body_buffer_size 256k; fastcgi_intercept_errors on; tcp_nopush on; diff --git a/web-nginx-pgsql/alpine/Dockerfile b/web-nginx-pgsql/alpine/Dockerfile index dda700bf9..63464e56f 100644 --- a/web-nginx-pgsql/alpine/Dockerfile +++ b/web-nginx-pgsql/alpine/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.4 -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APK_FLAGS_COMMON="-q" ARG APK_FLAGS_PERSISTANT="${APK_FLAGS_COMMON} --clean-protected --no-cache" diff --git a/web-nginx-pgsql/alpine/conf/etc/nginx/nginx.conf b/web-nginx-pgsql/alpine/conf/etc/nginx/nginx.conf index 26e4a28b7..6e1ae33ce 100644 --- a/web-nginx-pgsql/alpine/conf/etc/nginx/nginx.conf +++ b/web-nginx-pgsql/alpine/conf/etc/nginx/nginx.conf @@ -47,6 +47,7 @@ http { sendfile on; client_max_body_size 8m; + client_body_buffer_size 256k; fastcgi_intercept_errors on; tcp_nopush on; diff --git a/web-nginx-pgsql/ubuntu/Dockerfile b/web-nginx-pgsql/ubuntu/Dockerfile index 772374e70..29030e748 100644 --- a/web-nginx-pgsql/ubuntu/Dockerfile +++ b/web-nginx-pgsql/ubuntu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:trusty -MAINTAINER Alexey Pustovalov +LABEL maintainer "Alexey Pustovalov " ARG APT_FLAGS_COMMON="-qq -y" ARG APT_FLAGS_PERSISTANT="${APT_FLAGS_COMMON} --no-install-recommends" diff --git a/web-nginx-pgsql/ubuntu/conf/etc/nginx/nginx.conf b/web-nginx-pgsql/ubuntu/conf/etc/nginx/nginx.conf index 9ad0fb4db..b263fb42a 100644 --- a/web-nginx-pgsql/ubuntu/conf/etc/nginx/nginx.conf +++ b/web-nginx-pgsql/ubuntu/conf/etc/nginx/nginx.conf @@ -47,6 +47,7 @@ http { sendfile on; client_max_body_size 8m; + client_body_buffer_size 256k; fastcgi_intercept_errors on; tcp_nopush on;