mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
versions: Add libseccomp and gperf version
Add `libseccomp` and `gperf` version information to support for seccomp feature in Kata agent: #1788. Fixes: #2858 Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
This commit is contained in:
parent
d0e5e55e55
commit
b8e69ce5bd
@ -194,6 +194,11 @@ externals:
|
||||
url: "https://github.com/kubernetes-sigs/cri-tools"
|
||||
version: "1.21.0"
|
||||
|
||||
gperf:
|
||||
description: "GNU gperf is a perfect hash function generator"
|
||||
url: "https://ftp.gnu.org/gnu/gperf"
|
||||
version: "3.1"
|
||||
|
||||
kubernetes:
|
||||
description: "Kubernetes project container manager"
|
||||
url: "https://github.com/kubernetes/kubernetes"
|
||||
@ -204,6 +209,11 @@ externals:
|
||||
.*/v?([\d\.]+)\.tar\.gz
|
||||
version: "1.21.1-00"
|
||||
|
||||
libseccomp:
|
||||
description: "High level interface to Linux seccomp filter"
|
||||
url: "https://github.com/seccomp/libseccomp"
|
||||
version: "2.5.1"
|
||||
|
||||
runc:
|
||||
description: "OCI CLI reference runtime implementation"
|
||||
url: "https://github.com/opencontainers/runc"
|
||||
|
Loading…
Reference in New Issue
Block a user