oci-runtime-tools: add package
authorDaniel Golle <redacted>
Sat, 23 Jan 2021 04:20:08 +0000 (04:20 +0000)
committerDaniel Golle <redacted>
Mon, 8 Feb 2021 01:39:32 +0000 (01:39 +0000)
commit6b9fdf2e77cdccb74902b84938d1744d8b8aafea
treed1d3d8aa8cf19701a25b479710b49e939c50c664
parent702216588d138ea6c03073411a5aa01d7f753788
oci-runtime-tools: add package

Package oci-runtime-tool itself as well as oci-runtime-tests containing
runtime validation test executables as well as rootfs tarballs used by
the tests.

oci-runtime-tool can be used to generate OCI spec files or validate
OCI bundles.

To validate the OCI runtime (runc, crun, uxc, maybe others) itself,
install the 'oci-runtime-tests' package as well as 'node-npm', use
npm to install node-tap and symlink the tap executable to /usr/bin.
Then
cd /usr/libexec/oci-runtime-tests
tap *.t

Signed-off-by: Daniel Golle <redacted>
utils/oci-runtime-tools/Makefile [new file with mode: 0644]
utils/oci-runtime-tools/patches/001-fix-32-bit-build.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT