diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index db010b87e..a37580a70 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 fb2401ec6..f18d0ad8e 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 5ef55001e..1a8bffafa 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 18aa99033..78ebc9752 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 a60cd4a2e..8a72036c9 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 5ac42f8e4..a17e53a7f 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 23060ca5a..31b841729 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 3e57df8e8..ee5b9d953 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 dd39a6d58..df36644d9 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 0d03e6142..f01cedd69 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 e54f47498..9cc3d6610 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 d1982362d..ceaee76ed 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 5a5c3ba54..5c1599151 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 ae3e88ee7..3431e8bf5 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 2070514d0..a623f3390 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 4b887f744..8c9ea2c6a 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 75d7b40bb..2d41b97a8 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/ubuntu/Dockerfile b/web-nginx-mysql/ubuntu/Dockerfile index f9ceb4ea3..f98fa4d6c 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-pgsql/alpine/Dockerfile b/web-nginx-pgsql/alpine/Dockerfile index 6cf38b878..1b5a243e8 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/ubuntu/Dockerfile b/web-nginx-pgsql/ubuntu/Dockerfile index 49ecfb9fa..cd19dbed9 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"