podman/pkg/env
Matthew Heon a7e864e6e7 Ensure DefaultEnvVariables is used in Specgen
When we rewrote Podman's pkg/spec, one of the things that was
lost was our use of a set of default environment variables, that
ensure all containers have at least $PATH and $TERM set.

While we're in the process of re-adding it, change it from a
variable to a function, so we can ensure the Join function does
not overwrite it and corrupt the defaults.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-08-18 15:17:46 -04:00
..
env.go Ensure DefaultEnvVariables is used in Specgen 2020-08-18 15:17:46 -04:00
env_supported.go make env handling os dependent 2020-06-02 08:28:08 -05:00
env_unsupported.go make env handling os dependent 2020-06-02 08:28:08 -05:00