Docker build warnings #9

Open
opened 2026-01-05 13:15:19 +00:00 by luke · 0 comments
Owner
 5 warnings found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 12)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 6)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 7)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)
``` 5 warnings found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 12) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 6) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 7) - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5) ```
luke added the Kind/Enhancement
Reviewed
Confirmed
Priority
Low
labels 2026-01-05 13:15:19 +00:00
luke self-assigned this 2026-01-05 13:15:19 +00:00
Sign in to join this conversation.