mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 22:24:14 +00:00
Merge pull request #2859 from ManaSugi/add-libseccomp-dep
versions: Add libseccomp and gperf version
This commit is contained in:
commit
29234c6d45
@ -204,6 +204,11 @@ externals:
|
|||||||
url: "https://github.com/kubernetes-sigs/cri-tools"
|
url: "https://github.com/kubernetes-sigs/cri-tools"
|
||||||
version: "1.21.0"
|
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:
|
kubernetes:
|
||||||
description: "Kubernetes project container manager"
|
description: "Kubernetes project container manager"
|
||||||
url: "https://github.com/kubernetes/kubernetes"
|
url: "https://github.com/kubernetes/kubernetes"
|
||||||
@ -214,6 +219,11 @@ externals:
|
|||||||
.*/v?([\d\.]+)\.tar\.gz
|
.*/v?([\d\.]+)\.tar\.gz
|
||||||
version: "1.21.1-00"
|
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:
|
runc:
|
||||||
description: "OCI CLI reference runtime implementation"
|
description: "OCI CLI reference runtime implementation"
|
||||||
url: "https://github.com/opencontainers/runc"
|
url: "https://github.com/opencontainers/runc"
|
||||||
|
Loading…
Reference in New Issue
Block a user