falcosecurity / falcosidekick

Connect Falco to your ecosystem
Apache License 2.0
547 stars 179 forks source link

deb/rpm builds for falcosidekick #306

Closed mmonitz closed 1 year ago

mmonitz commented 2 years ago

Motivation

falcosidekick is cool and easy to use with helm. however, there are cases where you want to use falcosidekick on hosts with no container runtime or even docker

Feature

Alternatives

installer script maybe?

Additional context

Issif commented 2 years ago

.deb and .rpm are more complicated to generate, but we can at least provide binaries with the releases.

Issif commented 2 years ago

Since the last releases, the compiled binaries are created and linked, see https://github.com/falcosecurity/falcosidekick/releases/tag/2.25.0

poiana commented 2 years ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

poiana commented 2 years ago

Stale issues rot after 30d of inactivity.

Mark the issue as fresh with /remove-lifecycle rotten.

Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle rotten

poiana commented 2 years ago

Rotten issues close after 30d of inactivity.

Reopen the issue with /reopen.

Mark the issue as fresh with /remove-lifecycle rotten.

Provide feedback via https://github.com/falcosecurity/community. /close

poiana commented 2 years ago

@poiana: Closing this issue.

In response to [this](https://github.com/falcosecurity/falcosidekick/issues/306#issuecomment-1295708057): >Rotten issues close after 30d of inactivity. > >Reopen the issue with `/reopen`. > >Mark the issue as fresh with `/remove-lifecycle rotten`. > >Provide feedback via https://github.com/falcosecurity/community. >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
poiana commented 1 year ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

poiana commented 1 year ago

Stale issues rot after 30d of inactivity.

Mark the issue as fresh with /remove-lifecycle rotten.

Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle rotten

poiana commented 1 year ago

Rotten issues close after 30d of inactivity.

Reopen the issue with /reopen.

Mark the issue as fresh with /remove-lifecycle rotten.

Provide feedback via https://github.com/falcosecurity/community. /close

poiana commented 1 year ago

@poiana: Closing this issue.

In response to [this](https://github.com/falcosecurity/falcosidekick/issues/306#issuecomment-1576813848): >Rotten issues close after 30d of inactivity. > >Reopen the issue with `/reopen`. > >Mark the issue as fresh with `/remove-lifecycle rotten`. > >Provide feedback via https://github.com/falcosecurity/community. >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
johanneskastl commented 5 months ago

To whom it may concern: I just packaged falcosidekick for openSUSE, using the service file from the README. https://build.opensuse.org/package/show/home:ojkastl_buildservice:Branch_security/falcosidekick

Will be tested and submitted to openSUSE Tumbleweed.

Issif commented 5 months ago

To whom it may concern: I just packaged falcosidekick for openSUSE, using the service file from the README. build.opensuse.org/package/show/home:ojkastl_buildservice:Branch_security/falcosidekick

Will be tested and submitted to openSUSE Tumbleweed.

Thanks a lot @johanneskastl, I really appreciate your initiative. This is a thing we need to replicate for .deb and .rpm either. just ArchLinux package is also provided for now.