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

added option for insecure http driver download #3058

Merged
merged 4 commits into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. added option for insecure http download

    Added option for insecure http driver download in the docker-entrypoint.sh script. By passing --http-insecure to the container via an argument, the flag is forwarded to the falcoctl driver install command.
    
    Signed-off-by: Tom Müller <60851960+toamto94@users.noreply.github.com>
    toamto94 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3fa02ee View commit details
    Browse the repository at this point in the history
  2. added insecure http driver download

    added insecure http driver download to the driver-loader-legacy entrypoint.
    
    Signed-off-by: Tom Müller <60851960+toamto94@users.noreply.github.com>
    toamto94 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    624a390 View commit details
    Browse the repository at this point in the history
  3. added option for insecure http driver download

    added option for insecure http driver download to the falco docker entrypoint.
    
    Signed-off-by: Tom Müller <60851960+toamto94@users.noreply.github.com>
    toamto94 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    95eb7e1 View commit details
    Browse the repository at this point in the history
  4. fixed typo in print usage

    fixed typo in the print usage description of the docker run command
    
    Signed-off-by: Tom Müller <60851960+toamto94@users.noreply.github.com>
    toamto94 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    21af465 View commit details
    Browse the repository at this point in the history