mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-17 00:01:52 +00:00
docs: add download/images table to release corpus template
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
879bf37ffd
commit
2fd9ad1433
14
RELEASE.md
14
RELEASE.md
@ -61,6 +61,20 @@ Now assume `x.y.z` is the new version.
|
|||||||
- Use `x.y.z` both as tag version and release title
|
- Use `x.y.z` both as tag version and release title
|
||||||
- Use the following template to fill the release description:
|
- Use the following template to fill the release description:
|
||||||
```
|
```
|
||||||
|
<!-- Substitute x.y.z with the current release version -->
|
||||||
|
|
||||||
|
| Packages | Download |
|
||||||
|
|-----------|----------|
|
||||||
|
| rpm | [](https://dl.bintray.com/falcosecurity/rpm/falco-x.y.z-x86_64.rpm) |
|
||||||
|
| deb | [](https://dl.bintray.com/falcosecurity/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) |
|
||||||
|
|
||||||
|
| Images |
|
||||||
|
|--------|
|
||||||
|
| `docker pull docker.io/falcosecurity/falco:_tag_` |
|
||||||
|
| `docker pull docker.io/falcosecurity/falco-driver-loader:_tag_` |
|
||||||
|
| `docker pull docker.io/falcosecurity/falco-no-driver:_tag_` |
|
||||||
|
|
||||||
<!-- Copy the relevant part of the changelog here -->
|
<!-- Copy the relevant part of the changelog here -->
|
||||||
|
|
||||||
### Statistics
|
### Statistics
|
||||||
|
Loading…
Reference in New Issue
Block a user