Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit ea19017

Browse files
author
Tyler Kellen
committed
[bugfix] replace hardcoded containerd version value with variable
1 parent 9736db6 commit ea19017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/resource/install-container-runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mv runc /usr/local/bin
1010
echo Installing containerd at version ${KWM_VERSION_CONTAINERD}
1111
#------------------------------------------------------------------------------#
1212
cd /tmp
13-
curl -sSLo containerd.tar.gz https://github.com/containerd/containerd/releases/download/v1.1.0/containerd-${KWM_VERSION_CONTAINERD}.linux-amd64.tar.gz
13+
curl -sSLo containerd.tar.gz https://github.com/containerd/containerd/releases/download/v${KWM_VERSION_CONTAINERD}/containerd-${KWM_VERSION_CONTAINERD}.linux-amd64.tar.gz
1414
tar xf containerd.tar.gz
1515
mkdir -p /usr/local/bin
1616
mv bin/* /usr/local/bin

0 commit comments

Comments
 (0)