mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-29 19:23:16 +00:00
docs: update links and badges for download.falco.org
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
4f1a2418fe
commit
f800d4a101
61
README.md
61
README.md
@ -11,11 +11,54 @@ Want to talk? Join us on the [#falco](https://kubernetes.slack.com/archives/CMWH
|
|||||||
|
|
||||||
Read the [change log](CHANGELOG.md).
|
Read the [change log](CHANGELOG.md).
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Badges in the following table are constructed by using the
|
||||||
|
https://img.shields.io/badge/dynamic/xml endpoint.
|
||||||
|
|
||||||
|
Parameters are configured for fetching packages from S3 before
|
||||||
|
(filtered by prefix, sorted in ascending order) and for picking
|
||||||
|
the latest package by using an XPath selector after.
|
||||||
|
|
||||||
|
|
||||||
|
- Common query parameters:
|
||||||
|
|
||||||
|
color=#300aec7
|
||||||
|
style=flat-square
|
||||||
|
label=Falco
|
||||||
|
|
||||||
|
|
||||||
|
- DEB packages parameters:
|
||||||
|
|
||||||
|
url=https://falco-distribution.s3-eu-west-1.amazonaws.com/?prefix=packages/deb/stable/falco-
|
||||||
|
query=substring-before(substring-after((/*[name()='ListBucketResult']/*[name()='Contents'])[last()]/*[name()='Key'],"falco-"),".asc")
|
||||||
|
|
||||||
|
|
||||||
|
- RPM packages parameters:
|
||||||
|
|
||||||
|
url=https://falco-distribution.s3-eu-west-1.amazonaws.com/?prefix=packages/rpm/falco-
|
||||||
|
query=substring-before(substring-after((/*[name()='ListBucketResult']/*[name()='Contents'])[last()]/*[name()='Key'],"falco-"),".asc")
|
||||||
|
|
||||||
|
|
||||||
|
BIN packages parameters:
|
||||||
|
|
||||||
|
url=https://falco-distribution.s3-eu-west-1.amazonaws.com/?prefix=packages/bin/x86_64/falco-
|
||||||
|
query=substring-after((/*[name()='ListBucketResult']/*[name()='Contents'])[last()]/*[name()='Key'], "falco-")
|
||||||
|
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
- if more than 1000 items are present under as S3 prefix,
|
||||||
|
the actual latest package will be not picked;
|
||||||
|
see https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html
|
||||||
|
- for `-dev` packages, the S3 prefix is modified accordingly
|
||||||
|
- finally, all parameters are URL encoded and appended to the badge endpoint
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
| | development | stable |
|
| | development | stable |
|
||||||
|--------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
|
|--------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
|
||||||
| rpm | [][1] | [][2] |
|
| rpm | [][1] | [][2] |
|
||||||
| deb | [][3] | [][4] |
|
| deb | [][3] | [][4] |
|
||||||
| binary | [][5] | [][6] |
|
| binary | [][5] | [][6] |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -99,9 +142,9 @@ Please report security vulnerabilities following the community process documente
|
|||||||
Falco is licensed to you under the [Apache 2.0](./COPYING) open source license.
|
Falco is licensed to you under the [Apache 2.0](./COPYING) open source license.
|
||||||
|
|
||||||
|
|
||||||
[1]: https://dl.bintray.com/falcosecurity/rpm-dev
|
[1]: https://download.falco.org/?prefix=packages/rpm-dev/
|
||||||
[2]: https://dl.bintray.com/falcosecurity/rpm
|
[2]: https://download.falco.org/?prefix=packages/rpm/
|
||||||
[3]: https://dl.bintray.com/falcosecurity/deb-dev/stable
|
[3]: https://download.falco.org/?prefix=packages/deb-dev/stable/
|
||||||
[4]: https://dl.bintray.com/falcosecurity/deb/stable
|
[4]: https://download.falco.org/?prefix=packages/deb/stable/
|
||||||
[5]: https://dl.bintray.com/falcosecurity/bin-dev/x86_64
|
[5]: https://download.falco.org/?prefix=packages/bin-dev/x86_64/
|
||||||
[6]: https://dl.bintray.com/falcosecurity/bin/x86_64
|
[6]: https://download.falco.org/?prefix=packages/bin/x86_64/
|
||||||
|
@ -65,9 +65,9 @@ Now assume `x.y.z` is the new version.
|
|||||||
|
|
||||||
| Packages | Download |
|
| Packages | Download |
|
||||||
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||||
| rpm | [](https://dl.bintray.com/falcosecurity/rpm/falco-x.y.z-x86_64.rpm) |
|
| rpm | [](https://download.falco.org/packages/rpm/falco-x.y.z-x86_64.rpm) |
|
||||||
| deb | [](https://dl.bintray.com/falcosecurity/deb/stable/falco-x.y.z-x86_64.deb) |
|
| deb | [](https://download.falco.org/packages/deb/stable/falco-x.y.z-x86_64.deb) |
|
||||||
| tgz | [](https://dl.bintray.com/falcosecurity/bin/x86_64/falco-x.y.z-x86_64.deb) |
|
| tgz | [](https://download.falco.org/packages/bin/x86_64/falco-x.y.z-x86_64.tar.gz) |
|
||||||
|
|
||||||
| Images |
|
| Images |
|
||||||
| --------------------------------------------------------------------------- |
|
| --------------------------------------------------------------------------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user