mirror of https://github.com/k3s-io/k3s.git
Bump k3s-root to v0.10.1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/4757/head
parent
c52d644ac1
commit
89e63972e9
|
@ -7,7 +7,7 @@ cd $(dirname $0)/..
|
|||
. ./scripts/version.sh
|
||||
|
||||
RUNC_VERSION=v1.0.3
|
||||
ROOT_VERSION=v0.9.1
|
||||
ROOT_VERSION=v0.10.1
|
||||
TRAEFIK_CHART_VERSION=$(yq e '.spec.chart' manifests/traefik.yaml | awk 'match($0, /([0-9.]+)([0-9]{2})/, m) { print m[1]; exit; }')
|
||||
TRAEFIK_PACKAGE_VERSION=$(yq e '.spec.chart' manifests/traefik.yaml | awk 'match($0, /([0-9.]+)([0-9]{2})/, m) { print m[2]; exit; }')
|
||||
TRAEFIK_FILE=traefik-${TRAEFIK_CHART_VERSION}${TRAEFIK_PACKAGE_VERSION}.tgz
|
||||
|
@ -24,7 +24,7 @@ rm -rf ${RUNC_DIR}
|
|||
mkdir -p ${CHARTS_DIR}
|
||||
mkdir -p ${DATA_DIR}
|
||||
|
||||
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf -
|
||||
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf - --exclude=bin/socat
|
||||
|
||||
git clone --depth=1 https://github.com/opencontainers/runc ${RUNC_DIR} || true
|
||||
pushd ${RUNC_DIR}
|
||||
|
|
Loading…
Reference in New Issue