Merge pull request #2859 from ManaSugi/add-libseccomp-dep

versions: Add libseccomp and gperf version
This commit is contained in:
Bin Liu
2021-10-19 13:05:00 +08:00
committed by GitHub

View File

@@ -204,6 +204,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"
@@ -214,6 +219,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"