You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ENV key=value" should be used instead of legacy "ENV key value" format
2024/12/11 11:37:32 LegacyKeyValueFormat%!(EXTRA string=Legacy key/value format with whitespace separator should not be used, string=https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/, string="ENV key=value" should be used instead of legacy "ENV key value" format, []parser.Range=[{{22 0} {22 0}}])
The text was updated successfully, but these errors were encountered:
Personally, I'd merge it (the improved version of #906 that you've already put together). It is innocuous change, and (ideally) we should try to make progress one small PR at a time...
but, I do understand your reluctance, as this can easily cause annoying merge conflicts in whatever you're working on.
"ENV key=value" should be used instead of legacy "ENV key value" format
The text was updated successfully, but these errors were encountered: