spiegel_podman/pkg/api/handlers
Urvashi Mohnani d18369ee88 Check for image with /libpod/containers/create
The libpod containers create endpoint wasn't checking whether
the image existed before creating the container. If the image
doesn't exist, it should return a 404 status code but it was
failing and returning a 500 status code.
This fix matches the behavior of the compat endpoint.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2023-10-09 13:07:24 -04:00
..
compat compat API: speed up network list 2023-09-20 13:08:42 +02:00
libpod Check for image with /libpod/containers/create 2023-10-09 13:07:24 -04:00
swagger Vendor c/image after https://github.com/containers/image/pull/1816 2023-02-08 22:37:38 +01:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils create apiutils package 2023-08-24 16:19:50 +02:00
decoder.go fix: Docker API compatible bool deserialization 2023-08-14 15:09:14 +02:00
types.go Remove a dependency on libimage from pkg/api/handlers 2023-08-28 23:05:30 +02:00