Files
podman/pkg/systemd
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
..
2021-09-07 13:58:11 +02:00
2025-10-23 11:00:15 -04:00
2026-03-10 19:45:35 +01:00
2025-10-23 11:00:15 -04:00