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

new: add container.host_pid container.host_network and container.host_ipc fields #2047

Merged
merged 7 commits into from
Oct 18, 2024

Commits on Oct 14, 2024

  1. update(userspace/libsinsp): add network,pid,ipc namespace information…

    … to container_info
    
    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2041f4b View commit details
    Browse the repository at this point in the history
  2. update(userspace/libsinsp): retrieve network,pid,ipc namespace inform…

    …ation from docker socket
    
    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f71ee19 View commit details
    Browse the repository at this point in the history
  3. update(userspace/libsinsp): retrieve network,pid,ipc namespace inform…

    …ation from CRI runtimes
    
    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a9f8150 View commit details
    Browse the repository at this point in the history
  4. update(userspace/libsinsp): parse and expose namespace info

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    68f78e5 View commit details
    Browse the repository at this point in the history
  5. test(userspace/libsinsp): test CRI namespace information parsing

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    020230b View commit details
    Browse the repository at this point in the history
  6. format: apply clang format to new container field impl

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3188e9e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. chore: address review comments

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aa264ca View commit details
    Browse the repository at this point in the history