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

Remove libpod dependency from podmanreceiver #5430

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Remove libpod dependency from podmanreceiver #5430

merged 1 commit into from
Sep 27, 2021

Commits on Sep 25, 2021

  1. Remove libpod dependency from podmanreceiver

    podmanreceiver uses the official Go podman bindings but the bindings
    pull in all of the podman codebase and it's dependencies. We are
    essentially embedding podman into the collector. This causes a number of
    problems both at compile and run time.
    
    This commit ditches the podman library and uses net/http to consume the
    podman v3 REST API instead.
    
    Fixes #5244
    Fixes #5414
    Fixes #5241
    Fixes #5245
    owais committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    6d35f29 View commit details
    Browse the repository at this point in the history