diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index a465cee7f..fa724fc26 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 9bf12c303..b8e9a6cf2 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 7b7d9e777..dfe37f69d 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 a0e422fc4..0484670ce 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 73a250af7..2cb361ef6 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 a56ee35ca..f4c05e7f2 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 9e8c39ae9..acbce7042 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 3856976a4..227bafc9b 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 03c13e1d6..7c50952c0 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 c2b6bba35..c5b33ee8f 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 5414099d2..6bfc950dd 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 5a26c3055..0da2bb9bb 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 dee7f6160..6adec502f 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 8855c99fe..49c47564c 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 153a921fb..a02665377 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 c5cbfbc48..88980be89 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 bf2341e69..2793998c9 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 e0c96af08..245e6f476 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 1beaee9f8..1afdc35df 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 efade21f4..180beccbd 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;