Skip to content

Commit 5cc7eae

Browse files
committed
[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.
1 parent d036067 commit 5cc7eae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

10.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:jessie
2-
MAINTAINER Odoo S.A. <[email protected]>
2+
LABEL maintainer="Odoo S.A. <[email protected]>"
33

44
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
55
RUN set -x; \

11.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:stretch
2-
MAINTAINER Odoo S.A. <[email protected]>
2+
LABEL maintainer="Odoo S.A. <[email protected]>"
33

44
# Generate locale C.UTF-8 for postgres and general locale data
55
ENV LANG C.UTF-8

12.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:stretch
2-
MAINTAINER Odoo S.A. <[email protected]>
2+
LABEL maintainer="Odoo S.A. <[email protected]>"
33

44
# Generate locale C.UTF-8 for postgres and general locale data
55
ENV LANG C.UTF-8

0 commit comments

Comments
 (0)