We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ce90e commit 80c8bd3Copy full SHA for 80c8bd3
1 file changed
data/dockerfile.json
@@ -74,12 +74,13 @@
74
"title": "মেটাডেটা (Metadata)",
75
"items": [
76
{
77
- "definition": "",
78
- "code": ""
+ "code": "LABEL version=\"1.0\""
79
},
80
81
82
+ "code": "LABEL \"com.example.vendor\"=\"ACME Incorporated\"\nLABEL com.example.label-with-value=\"foo\""
+ },
+ {
83
+ "code": "LABEL description=\"This text illustrates \\\nthat label-values can span multiple lines.\""
84
}
85
]
86
0 commit comments