spiegel_podman/pkg/domain
Jan Rodák 64e2b91ab4 Fix HealthCheck log destination, count, and size defaults
GoLang sets unset values to the default value of the type. This means that the destination of the log is an empty string and the count and size are set to 0. However, this means that size and count are unbounded, and this is not the default behavior.

Fixes: https://github.com/containers/podman/issues/25473
Fixes: https://issues.redhat.com/browse/RHEL-83262

Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2025-03-17 15:10:59 +00:00
..
entities Fix HealthCheck log destination, count, and size defaults 2025-03-17 15:10:59 +00:00
filters Replace golang.org/x/exp/slices with slices from std 2024-04-23 11:16:40 +02:00
infra Fix HealthCheck log destination, count, and size defaults 2025-03-17 15:10:59 +00:00
utils Add type and annotations to artifact add 2025-02-04 15:13:00 -05:00