spiegel_podman/pkg/api
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
..
handlers Rework label parsing 2020-02-14 16:06:20 -05:00
server Merge pull request #5074 from jwhonce/wip/swagger_endpoint 2020-02-14 00:32:26 +01:00
Makefile Rewire ListContainers for APIv2 libpod 2020-02-11 08:14:28 -06:00
tags.yaml Merge pull request #5061 from baude/apiv2swaggerexec 2020-02-04 01:39:45 -08:00