File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ elif [ "${CLUSTER}" = "minikube" ]; then
110110 crictl --version || true
111111 echo " ==============================="
112112 echo " Installing CRI-Dockerd"
113- CRI_DOCKERD_VERSION=" $( curl -s -L -o /dev/null -w ' %{url_effective}\n' https://github.com/kubernetes-sigs /cri-tools /releases/latest | sed -E ' s#.*/tag/(v[0-9.]+).*#\1#' ) "
113+ CRI_DOCKERD_VERSION=" $( curl -s -L -o /dev/null -w ' %{url_effective}\n' https://github.com/Mirantis /cri-dockerd /releases/latest | sed -E ' s#.*/tag/(v[0-9.]+).*#\1#' ) "
114114 curl -fsSL -o cri-dockerd.tgz https://github.com/Mirantis/cri-dockerd/releases/download/v$CRI_DOCKERD_VERSION /cri-dockerd-$CRI_DOCKERD_VERSION .$( dpkg --print-architecture) .tgz
115115 sudo tar -xf cri-dockerd.tgz -C /tmp
116116 sudo mv /tmp/cri-dockerd/cri-dockerd /usr/local/bin/cri-dockerd
You can’t perform that action at this time.
0 commit comments