Remove --source-only option in driver loader docker-entrypoint.sh

The option is supported anymore in falcoctl

Signed-off-by: Paul Rey <contact@paulrey.io>
This commit is contained in:
Paul Rey
2024-03-21 10:48:05 +01:00
committed by poiana
parent 858c82ffe0
commit 12cd72a396

View File

@@ -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