spiegel_podman/pkg/spec
Matthew Heon 23348e7f31 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-20 12:16:53 -04:00
..
config_linux.go move go module to v2 2020-07-06 15:52:17 +02:00
config_linux_cgo.go move go module to v2 2020-07-06 15:52:17 +02:00
config_linux_nocgo.go Split up create config handling of namespaces and security 2019-11-07 21:23:23 -05:00
config_unsupported.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
containerconfig.go move go module to v2 2020-07-06 15:52:17 +02:00
createconfig.go Fix container and pod create commands for remote create 2020-07-22 14:39:41 -04:00
namespaces.go move go module to v2 2020-07-06 15:52:17 +02:00
parse.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
security.go move go module to v2 2020-07-06 15:52:17 +02:00
spec.go Ensure DefaultEnvVariables is used in Specgen 2020-08-20 12:16:53 -04:00
spec_test.go move go module to v2 2020-07-06 15:52:17 +02:00
storage.go move go module to v2 2020-07-06 15:52:17 +02:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00