From 2fd9ad14339b4e1d4f5865d07eaf9f0466ad1caa Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Thu, 1 Oct 2020 12:14:02 +0200 Subject: [PATCH] docs: add download/images table to release corpus template Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- RELEASE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index df46da2a..071f199f 100644 --- a/RELEASE.md +++ b/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 the following template to fill the release description: ``` + + + | Packages | Download | + |-----------|----------| + | rpm | [![rpm](https://img.shields.io/badge/Falco-x.y.z-%2300aec7?style=flat-square)](https://dl.bintray.com/falcosecurity/rpm/falco-x.y.z-x86_64.rpm) | + | deb | [![deb](https://img.shields.io/badge/Falco-x.y.z-%2300aec7?style=flat-square)](https://dl.bintray.com/falcosecurity/deb/stable/falco-x.y.z-x86_64.deb) | + | tgz | [![tgz](https://img.shields.io/badge/Falco-x.y.z-%2300aec7?style=flat-square)](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_` | + ### Statistics