mirror of
https://github.com/containers/podman.git
synced 2026-03-30 12:32:47 -04:00
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>