[FIX] Odoo 10.0-12.0: remove deprecated MAINTAINER instruction

The MAINTAINER instruction is deprecated since Docker version 1.13.
With this commit, the LABEL instruction is used instead.
This commit is contained in:
Christophe Monniez 2019-01-29 13:37:17 +01:00
parent d036067821
commit 5cc7eae335
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM debian:jessie FROM debian:jessie
MAINTAINER Odoo S.A. <info@odoo.com> LABEL maintainer="Odoo S.A. <info@odoo.com>"
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \ RUN set -x; \

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Odoo S.A. <info@odoo.com> LABEL maintainer="Odoo S.A. <info@odoo.com>"
# Generate locale C.UTF-8 for postgres and general locale data # Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8 ENV LANG C.UTF-8

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Odoo S.A. <info@odoo.com> LABEL maintainer="Odoo S.A. <info@odoo.com>"
# Generate locale C.UTF-8 for postgres and general locale data # Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8 ENV LANG C.UTF-8