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

Changes falcosidekick and falcosidekick-ui rock bases to bare #21

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Oct 28, 2024

  1. Changes falcosidekick and falcosidekick-ui rock bases to bare

    Switching to a bare-based image will reduce the overall image size
    and reduces attack surface area.
    
    We can no longer use ensure_image_contains_paths to check if files exist
    in the rock images, since they are now bare-based. Instead, we can use
    ensure_image_contains_paths_bare, which checks the image layers instead.
    Because of this, we need sufficient permissions to check the
    /var/lib/docker folder.
    
    Adds additional check for falcosidekick-ui during the integration test.
    claudiubelu committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2c203b8 View commit details
    Browse the repository at this point in the history