podman/pkg/api/handlers
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
..
compat Handle "Entrypoint":[] in compat containers/create API. 2025-05-29 08:45:35 +02:00
libpod Fix handling of "r_limits" in Podman REST API /libpod/containers/create 2025-04-28 15:02:19 +02:00
swagger fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00
types Bump Go module to v5 2024-02-08 09:35:39 -05:00
utils fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00
decoder.go Fix: inheritlabels=true if query param absent 2025-04-25 19:17:00 +02:00
types.go Add --env and --unsetenv to podman update. 2025-03-21 13:15:44 +01:00