File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -o xtrace
1313set -o errexit
1414set -o nounset
1515
16- export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:- 1.7.1-flannel1 }
16+ export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:- 1.7.1-flannel2 }
1717export PKG_CNI_PLUGINS_INSTALL_FLANNEL=true
1818export PKG=" cni-plugins"
1919export PKG_COMMANDS_LIST=" docker,kind,kubectl"
Original file line number Diff line number Diff line change 4646
4747# umoci - Modifies Open Container Images
4848if ! command -v umoci; then
49- sudo curl -o /usr/bin/umoci -sL https://github.com/opencontainers/umoci/releases/download/v0.5.0 /umoci.amd64
49+ sudo curl -o /usr/bin/umoci -sL https://github.com/opencontainers/umoci/releases/download/v0.5.1 /umoci.amd64
5050 sudo chmod +x /usr/bin/umoci
5151fi
5252
@@ -57,8 +57,8 @@ if ! command -v cnitool; then
5757fi
5858
5959# runc - CLI tool for spawning and running containers according to the OCI specification.
60- if ! command -v runc || [ " $( runc --version | awk ' NR==1{print $3}' ) " != " 1.3.0 " ]; then
61- sudo curl -o /usr/bin/runc -L https://github.com/opencontainers/runc/releases/download/v1.3.0 /runc.amd64
60+ if ! command -v runc || [ " $( runc --version | awk ' NR==1{print $3}' ) " != " 1.3.1 " ]; then
61+ sudo curl -o /usr/bin/runc -L https://github.com/opencontainers/runc/releases/download/v1.3.1 /runc.amd64
6262 sudo chmod +x /usr/bin/runc
6363fi
6464
You can’t perform that action at this time.
0 commit comments