cgroup2 CI

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-05-21 14:35:17 +09:00
parent 1c58c5d440
commit af131d7258
6 changed files with 214 additions and 39 deletions

View File

@@ -31,7 +31,7 @@ function install_runc() {
}
function install_crun() {
CRUN_VERSION=0.11
CRUN_VERSION=0.13
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-static-$(uname -m)
chmod +x /usr/local/sbin/runc
}
@@ -44,4 +44,4 @@ crun) install_crun ;;
echo >&2 "unknown runc flavor: ${RUNC_FLAVOR}"
exit 1
;;
esac
esac