spiegel_podman/cmd/podman/common
Paul Holzinger 9ee96a9569
properly implement pull-error event status
Commit 03f6589f3 added basic support for pull-error event from libimage
but it contains several problems:
1. storing the error as error type prevents it from being unmarshalled,
   thus change it to a string
2. the error was never propagated from the libimage event to the podman
   event struct
3. the error message was not wired into the cli and API

This commit fixes these problems.

Fixes #21458

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-03-05 10:50:42 +01:00
..
build.go Vendor in containers/(buildah, common) 2024-02-29 20:06:28 -05:00
completion.go properly implement pull-error event status 2024-03-05 10:50:42 +01:00
completion_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create.go add --retry --retry-delay to podman run/create 2024-02-29 10:20:21 -05:00
create_opts.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
default.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
inspect.go make podman pod inspect output a json array 2024-02-05 17:26:55 +01:00
netflags.go Merge pull request #21512 from Luap99/pasta-netname-removal 2024-02-08 17:17:55 +00:00
sign.go Bump Go module to v5 2024-02-08 09:35:39 -05:00