diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index fbc3843d3..5d66da3c2 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 7b2aea183..c6c7688d3 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 bfa4e0688..4d890fe74 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 bff1526b2..05045c9b5 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 c497058b9..357ebdb1f 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 d3b7cdcaa..81a28cc8a 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 2c8322e81..03d353729 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 ee6b96ee9..9a9194ad2 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 383d0b9af..e41db341f 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 7bcfd6c38..130ab18c2 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 217184515..5a4bcbcf2 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 13f776dec..dbcc7f994 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 e5835aff8..09b30284b 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 69a3f6fb4..46cb745ac 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 ee4e9dd56..bd639383b 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 fc39ac269..9ecf6dfa3 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 6ae24f698..8af6f18f1 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 0936992cd..95c824148 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 aa392f820..6a10fe388 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 2302f12e8..8116fb308 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;