spiegel_podman/cmd/podman/common
Brent Baude 2a524fcaec fix healthcheck timeouts and ut8 coercion
this commit fixes two bugs and adds regression tests.

when getting healthcheck values from an image, if the image does not
have a timeout defined, this resulted in a 0 value for timeout.  The
default as described in the man pages is 30s.

when inspecting a container with a healthcheck command, a customer
observed that the &, <, and > characters were being converted into a
unicode escape value.  It turns out json marshalling will by default
coerce string values to ut8.

Fixes: bz2028408

Signed-off-by: Brent Baude <bbaude@redhat.com>
2022-01-06 13:56:54 -06:00
..
completion.go Merge pull request #12595 from Luap99/network-id 2021-12-14 20:56:55 +01:00
completion_test.go Shell completion for --format with anonymous fields 2021-08-27 10:28:15 +02:00
create.go fix healthcheck timeouts and ut8 coercion 2022-01-06 13:56:54 -06:00
create_opts.go fix healthcheck timeouts and ut8 coercion 2022-01-06 13:56:54 -06:00
create_test.go Add new networks format to spegecen 2021-12-14 15:23:39 +01:00
default.go fix healthcheck timeouts and ut8 coercion 2022-01-06 13:56:54 -06:00
diffChanges.go bump go module to v3 2021-02-22 09:03:51 +01:00
netflags.go add --ip6 flag to podman create/run 2022-01-03 14:26:34 +01:00