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
Allow environment variables to contain numbers (#1481)
When environment variable pass-through is used, a warning is displayed
if the name of the variable contains a number and the value is taken
from the host. For example:
```
[cross] warning: got environment variable of "MY_VAR_AES256" which is not a valid environment variable name. the proper syntax is `passthrough = ["ENVVAR=value"]`
```
The variable is still passed onto the cross container with the value
from the host, but the warning is misleading.
0 commit comments