Files
podman/pkg
Jan Kaluza 3a981915f0 Handle "Entrypoint":[] in compat containers/create API.
When using `docker compose run --entrypoint ''`, docker sends
`"Entrypoint": []` in the JSON. Podman currently treats that
as `nil` and fallback to default image entrypoint.

This is not what is expected by the user. Instead, it should
not use any entrypoint.

This commit fixes it by properly propagating the `[]` downstream
to libpod.

Fixes: #26078

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2025-05-29 08:45:35 +02:00
..
2025-03-16 13:40:16 +00:00
2024-08-30 16:13:54 +02:00
2022-12-15 13:39:56 +01:00
2024-10-21 17:37:20 +01:00
2025-05-13 17:20:10 +02:00
2024-09-03 15:14:15 +02:00
2024-02-08 09:35:39 -05:00
2024-02-08 09:35:39 -05:00
2025-05-27 15:11:36 +02:00
2025-03-31 12:27:55 -07:00
2024-02-08 09:35:39 -05:00
2025-03-02 19:47:44 +02:00
2025-03-31 12:27:55 -07:00
2025-03-31 12:27:55 -07:00
2025-03-31 12:27:55 -07:00
2025-03-11 17:21:24 +01:00