mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:59:30 +00:00
Bump runc and helm-controller versions
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
97a22632b9
commit
c635818956
@@ -24,7 +24,7 @@ mkdir -p ${DATA_DIR}
|
||||
|
||||
case ${OS} in
|
||||
linux)
|
||||
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/opencontainers/runc ${RUNC_DIR}
|
||||
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/k3s-io/runc ${RUNC_DIR}
|
||||
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${VERSION_ROOT}/k3s-root-${ARCH}.tar | tar xf -
|
||||
cp scripts/wg-add.sh bin/aux
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user