Provide 'oci-runtime' package

This commit is contained in:
2025-11-10 15:27:08 +02:00
parent 08dc70fb74
commit d6a92e3659
+3 -1
View File
@@ -1,7 +1,7 @@
name: runc name: runc
description: CLI tool for spawning and running containers according to the OCI specification description: CLI tool for spawning and running containers according to the OCI specification
version: 1.3.3 version: 1.3.3
revision: 1 revision: 2
url: https://github.com/opencontainers/runc url: https://github.com/opencontainers/runc
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
@@ -11,6 +11,8 @@ depends:
make_depends: make_depends:
- golang - golang
- go-md2man - go-md2man
provides:
- oci-runtime
downloads: downloads:
- url: https://github.com/opencontainers/runc/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/opencontainers/runc/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}/src/github.com/opencontainers/runc extract_to: ${BPM_SOURCE}/src/github.com/opencontainers/runc