docker icon indicating copy to clipboard operation
docker copied to clipboard

[IMP] Odoo 15.0-17.0: improve deprecated keywords

Open kobros-tech opened this issue 1 year ago • 1 comments

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 avatar Jul 21 '24 04:07 kobros-tech

Why not LABEL maintainer?

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

kobros-tech avatar Jul 22 '24 12:07 kobros-tech