You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cmd/podman/common/completion.go: Added shell auto-completion for
the `artifact=` and `type=artifact` event filters.
- libpod/events/events.go: Added `Artifact` to `ToHumanReadable`
formatting, mirroring the `Image` output formatting.
- libpod/events/filters.go: Implemented event filtering logic for the
`ARTIFACT` type by name and ID.
- libpod/events/journal_linux.go: Updated journald reader and writer
functions to accurately parse and log artifact events.
- libpod/events/logfile.go: Allowed the `Artifact` event type to pass
through the file logger reader without throwing an unknown type error.
Signed-off-by: Byounguk Lee <nimdrak@gmail.com>
0 commit comments