spiegel_podman/vendor/github.com/containers/common/pkg/ssh
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
..
connection_golang.go fix --format {{json .}} output to match docker 2022-11-09 17:59:05 +01:00
connection_native.go podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
ssh.go podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
types.go podman machine ssh handling 2022-09-26 18:35:01 -04:00
utils.go system df: fix image-size calculations 2022-10-19 11:20:41 +02:00