-
Notifications
You must be signed in to change notification settings - Fork 465
DL3058
luke abraham edited this page Mar 31, 2021
·
1 revision
This rule is activated by specifying a label-schema including a label of type email. This can be done via command line
$ hadolint --require-label maintainer:email Dockerfile
or in the config file:
label-schema:
maintainer: email
LABEL maintainer="foo-bar"
LABEL maintainer="foo@bar.com"
This rule does not expand variables. It requires the value of a label to be a literal email compliant with RFC 5322.