8000 DL3048 · hadolint/hadolint Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Moritz Röhrich edited this page Mar 23, 2021 · 1 revision

Invalid Label Key

Problematic code:

LABEL +?not..valid--key="foo"

Correct code:

LABEL valid-key.label="bar"

Rationale:

Not all strings are supported as label keys. See the official documentation for reference.

Clone this wiki locally
0