Files
podman/pkg/api/handlers/compat
Matej Vasek 4cb2d48ca4 Revert "compat,build: pull must accept string"
This reverts commit 5b148a0a68.

Reverting to treating the `pull` query parameter as a boolean.
Because of deceiving Docker API documentation it was assumed that the
parameter is pull-policy, however that is not true. Docker does treat
`pull` as a boolean. What is interesting is that Docker indeed accepts
strings like `always` or `never` however Docekr both of these strings
treat as `true`, not as pull-policy. As matter of the fact it seems
there is no such a thing as pull-policy in Docker.

More context https://github.com/containers/podman/issues/17778#issuecomment-1673931925

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-08-14 15:01:53 +02:00
..
2022-09-10 07:52:00 -04:00
2022-09-10 07:52:00 -04:00
2023-07-11 16:44:22 -04:00
2022-09-10 07:52:00 -04:00
2023-06-28 13:14:49 -04:00
2022-01-18 12:47:07 +01:00
2023-07-10 15:46:45 +02:00