Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kobros-tech
Copy link

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

Copy link

@amh-mw amh-mw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not LABEL maintainer?

@kobros-tech
Copy link
Author

kobros-tech commented Jul 22, 2024

Why not LABEL maintainer?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants