automation-tests/cmd/podman/parse
Paul Holzinger 3e08f85353
fix --format {{json .}} output to match docker
`--format json` should not be the same as `--format {{json .}}`, the
later should actually run through the go template and thus create one
json object per entry instead of an json array.

Includes a vendor of c/common@main since it requires a fix from there as
well.

This matches docker compat.
Fixes #16436

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-11-09 17:59:05 +01:00
..
filters.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
net.go Allow colons in windows file paths 2022-08-24 10:31:42 -05:00
net_test.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
parse.go Allow colons in windows file paths 2022-08-24 10:31:42 -05:00
parse_windows.go Allow colons in windows file paths 2022-08-24 10:31:42 -05:00