spiegel_podman/pkg/systemd/quadlet
umut-polat 926f562bd5 quadlet: allow empty Entrypoint to clear image default
Setting Entrypoint= (empty value) in a quadlet .container file should
produce --entrypoint "" in the generated podman command, which clears
the image's default entrypoint. Previously this was silently ignored
because lookupAndAddString skips empty values.

Move the Entrypoint key out of the generic stringKeys map and handle
it separately so that an empty value is passed through.

Closes #28213

Signed-off-by: umut-polat <52835619+umut-polat@users.noreply.github.com>
2026-03-13 08:14:57 +00:00
..
podmancmdline.go run modernize -fix ./... 2025-09-10 16:17:04 +02:00
quadlet.go quadlet: allow empty Entrypoint to clear image default 2026-03-13 08:14:57 +00:00
quadlet_common.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
unitdirs.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
unitdirs_test.go fileperms: newer Go 1.13+ octal literal format 2025-10-16 14:11:29 -04:00