spiegel_podman/cmd/podman/shared
Matthew Heon 36a0ed9702 Rework label parsing
We attempted to share all logic for parsing labels and
environment variables, which on the surface makes lots of sense
(both are formatted key=value so parsing logic should be
identical) but has begun to fall apart now that we have added
additional logic to environment variable handling. Environment
variables that are unset, for example, are looked up against
environment variables set for the process. We don't want this for
labels, so we have to split parsing logic.

Fixes #3854

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-02-14 16:06:20 -05:00
..
parse Rework label parsing 2020-02-14 16:06:20 -05:00
container.go Rewire ListContainers for APIv2 libpod 2020-02-11 08:14:28 -06:00
create.go Rework label parsing 2020-02-14 16:06:20 -05:00
create_cli.go Rework label parsing 2020-02-14 16:06:20 -05:00
create_cli_test.go Rework label parsing 2020-02-14 16:06:20 -05:00
funcs.go fix bug check nonexist authfile 2019-11-05 21:32:18 -05:00
funcs_test.go Add variable for global flags to runlabel 2019-05-02 12:14:51 -04:00
intermediate.go support device-cgroup-rule 2020-02-12 14:30:23 -05:00
intermediate_novarlink.go Add codespell to validate spelling mistakes in code. 2020-01-11 06:32:19 -05:00
intermediate_varlink.go Remove c.String(net) 2020-01-16 09:23:32 -05:00
parallel.go codespell: spelling corrections 2019-11-13 08:15:00 +11:00
pod.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
volumes_shared.go Add parsing for UID, GID in volume "o" option 2019-10-22 14:32:54 -04:00
workers.go codespell: spelling corrections 2019-11-13 08:15:00 +11:00