-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Hi,
I got the following warning mendix-rootfs:app
2 warnings found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 9)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 10)
I get the following warning mendix-rootfs:builder
5 warnings found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 9)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 10)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 45)
- UndefinedVar: Usage of undefined variable '$PYTHONPATH' (line 76)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 76)
Do I need to change
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
To
ENV key="LANG C.UTF-8"
ENV key="LC_ALL C.UTF-8"
What about this line
- UndefinedVar: Usage of undefined variable '$PYTHONPATH' (line 76)
Metadata
Metadata
Assignees
Labels
No labels