odoo / docker

Other
950 stars 1.54k forks source link

The `MAINTAINER` instruction is deprecated #361

Closed os-ia closed 3 years ago

os-ia commented 3 years ago

The Docker documentation, more specifically the Dockerfile reference, mentions that the MAINTAINER instruction is deprecated, and that LABEL should be used. Source: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

On Oct 12, 2019 this change was introduced, changing the correct LABEL maintainer="" to the deprecated one.

I would be happy to submit a PR to fix it, if necessary.

d-fence commented 3 years ago

Thanks, for the reporting but this issue was already discussed and as you can read, the Docker Library maintainers prefer to not use LABEL.