[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:
parent
d036067821
commit
5cc7eae335
@ -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; \
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user