odoo / docker

Other
979 stars 1.57k forks source link

[IMP] Odoo 15.0-17.0: improve deprecated keywords #512

Open kobros-tech opened 4 months ago

kobros-tech commented 4 months ago

MAINTAINER keyword became deprecated and it is better to use LABEL keyword followed by key=value. ENV keyword is now using "=" to assign environment variables to their values like: ENV key=value. It is better to define the dockerfile in the first line by this comment: # syntax=docker/dockerfile:1

kobros-tech commented 4 months ago

Why not LABEL maintainer?

If it is necessary I will change, but I also added a definition comment.