spiegel_podman/cmd/podman/common
Jan Rodák b5a1b512c9
Fix overwriting the Healthcheck configuration from the image
If the --health-cmd flag is not specified, other flags such as --health-interval, --health-timeout, --health-retries, and --health-start-period are ignored if the image contains a Healthcheck. This makes it impossible to modify these Healthcheck configuration when a container is created.

Fixes: https://github.com/containers/podman/issues/20212
Fixes: https://issues.redhat.com/browse/RUN-2629

Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2025-04-03 15:52:05 +02:00
..
build.go Fixes for vendoring Buildah 2024-10-02 18:38:38 +02:00
completion.go Add "create" and "remove" events for secrets. 2025-02-28 16:58:06 +01:00
completion_test.go update golangci-lint to v1.62.0 2024-11-11 14:21:17 +01:00
create.go Fix overwriting the Healthcheck configuration from the image 2025-04-03 15:52:05 +02:00
create_opts.go Add --health-max-log-count, --health-max-log-size, --health-log-destination flags 2024-09-25 14:01:35 +02:00
create_test.go Switch all calls of assert.Nil to assert.NoError 2025-01-15 07:08:27 -05:00
default.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
inspect.go make podman pod inspect output a json array 2024-02-05 17:26:55 +01:00
netflags.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
registries.go shell completion: respect CONTAINERS_REGISTRIES_CONF 2024-12-17 16:29:40 +01:00
sign.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
term.go remove github.com/buger/goterm dependency 2025-03-31 19:17:55 +02:00