Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libimage: load: improve error messages #784

Merged
merged 1 commit into from Sep 24, 2021

Commits on Sep 24, 2021

  1. libimage: load: improve error messages

    When loading a path we have to "guess" the underlying format and hence
    attempt loading supported formats in a specific order.  When all
    attempts have failed make sure that all loading errors are reported up,
    in addition to debug logs, such that users can parse them for useful
    information.
    
    Fixes: github.com/containers/podman/issues/11730
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Sep 24, 2021
    Copy the full SHA
    b39f9e8 View commit details
    Browse the repository at this point in the history