spiegel_podman/pkg/api/handlers/compat
Matej Vasek 888a52ded8 fix: pull parma parsing for the /build compat ep
The standard Docker client passes "1" for pull query parameter.
This means our compat endpoint has to work with this.
The endpoint was recently modified to accept pull-policy however this is
not how Docker actually work. Docker actually treats `pull` as boolean.

For sake of compatibility I decide to preserve pull-policy parsing too.
We can consider this podman's extension. I should not affect standard
clients.

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-08-15 14:56:56 +02:00
..
auth.go fix(deps): update module github.com/docker/docker to v24 2023-05-22 15:32:12 +02:00
changes.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
containers.go API: kill: return 409 on invalid state 2023-08-01 07:55:48 +00:00
containers_archive.go Fix typos. Improve language. 2023-02-09 21:56:27 +01:00
containers_attach.go Fix stutters 2022-09-10 07:52:00 -04:00
containers_create.go Use constants for mount types 2023-07-20 15:46:27 -04:00
containers_export.go export: use io.Writer instead of file 2022-12-20 14:38:41 +01:00
containers_logs.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
containers_pause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_prune.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
containers_restart.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
containers_start.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_stats_freebsd.go cmd/podman/system: add API server support on FreeBSD 2023-06-30 10:16:56 -04:00
containers_stats_linux.go cmd/podman/system: add API server support on FreeBSD 2023-06-30 10:16:56 -04:00
containers_stop.go Podman stop --filter flag 2022-07-14 13:18:53 -04:00
containers_top.go pkg/api: top return error to client 2023-06-23 16:48:57 +02:00
containers_unpause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
events.go Compat API image remove events now have 'delete' status 2022-08-25 16:59:26 -04:00
exec.go Fix stutters 2022-09-10 07:52:00 -04:00
images.go compat API create/pull: fix error handling 2023-06-21 16:37:27 +02:00
images_build.go fix: pull parma parsing for the /build compat ep 2023-08-15 14:56:56 +02:00
images_history.go Add sha256: to images history id for docker compatibility 2023-04-26 14:38:07 -04:00
images_prune.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
images_push.go compat API push: fix error handling 2023-06-21 16:35:55 +02:00
images_remove.go compat: Translate noprune into ImageRemoveOptions.NoPrune 2023-04-20 11:11:19 +02:00
images_save.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
images_search.go Add search --cert-dir, --creds 2023-03-15 15:01:26 +09:00
images_tag.go Fix stutters 2022-09-10 07:52:00 -04:00
info.go fix(deps): update module github.com/docker/docker to v24 2023-05-22 15:32:12 +02:00
networks.go compat API: network create return 409 for duplicate 2023-02-21 16:55:27 +01:00
ping.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
resize.go use c/common code for resize and CopyDetachable 2022-07-06 16:57:07 +02:00
secrets.go Add labels to secrets 2022-09-20 16:28:00 -04:00
system.go Vendor c/image after https://github.com/containers/image/pull/1816 2023-02-08 22:37:38 +01:00
types.go stats compat API: return "id" lowercase 2023-03-22 14:36:35 +01:00
unsupported.go bump go module to version 4 2022-01-18 12:47:07 +01:00
version.go api: fix slow version endpoint 2023-07-13 09:05:56 -04:00
volumes.go Fix multiple filter options logic for podman volume ls 2023-07-20 15:46:27 -04:00