Skip to content

Commit

Permalink
Remove --source-only option in driver loader docker-entrypoint.sh
Browse files Browse the repository at this point in the history
The option is supported anymore in falcoctl

Signed-off-by: Paul Rey <[email protected]>
  • Loading branch information
Sryther authored Mar 21, 2024
1 parent e4b620d commit be74dc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/driver-loader/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ while test $# -gt 0; do
--http-insecure)
HTTP_INSECURE="true"
;;
--source-only)
>&2 echo "Support dropped in Falco 0.37.0."
print_usage
exit 1
;;
--kernel-release)
extra_args+="--kernelrelease=$2 "
shift
Expand Down

0 comments on commit be74dc7

Please sign in to comment.