aboutsummaryrefslogtreecommitdiff
path: root/utils/oci-runtime-tools
Commit message (Collapse)AuthorAge
* oci-runtime-tools: provide rootfs-arm64 for oci-runtime-testsDaniel Golle2021-03-30
| | | | | | Download static busybox to provide rootfs-amd64.tar.gz for test-suite. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* oci-runtime-tools: bump to git HEADDaniel Golle2021-03-26
| | | | | | Remove local patch which was merged upstream. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* oci-runtime-tools: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* oci-runtime-tools: add packageDaniel Golle2021-02-08
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 <daniel@makrotopia.org>