Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podman: split env variables in env and overrides | Giuseppe Scrivano | 2020-05-07 |
| | | | | | | | | | | | | | | There are three different priorities for applying env variables: 1) environment/config file environment variables 2) image's config 3) user overrides (--env) The third kind are known to the client, while the default config and image's config is handled by the backend. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | User specified environment happen after other environments are set | Daniel J Walsh | 2020-04-28 |
When using varlink we want to make sure that user specified environment variables take precedence over http-proxy environment. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |