Pattern: Invalid label key
Issue: -
Not all strings are supported as label keys.
Example of incorrect code:
LABEL +?not..valid--key="foo"
Example of correct code:
FROM ubuntu:20
RUN wget --progress=dot:giga https://example.com/big_file.tar
LABEL valid-key.label="bar"