Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.1.1
-
None
Description
In yarn 3.1.1, users can only set environment variables with "-shell_env" in ENTRYPOINT mode, and variables must be registered in yarn.nodemanager.env-whitelist.
But in nonEntryPoint mode, we should allow users to set environment variables like "-e KEY=VAULE" in docker run command, too.