Skip to content

Commit 3bdd67b

Browse files
Upgrade pinned versions
1 parent 610a43c commit 3bdd67b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flannel/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -o xtrace
1313
set -o errexit
1414
set -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}
1717
export PKG_CNI_PLUGINS_INSTALL_FLANNEL=true
1818
export PKG="cni-plugins"
1919
export PKG_COMMANDS_LIST="docker,kind,kubectl"

pause/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
# umoci - Modifies Open Container Images
4848
if ! 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
5151
fi
5252

@@ -57,8 +57,8 @@ if ! command -v cnitool; then
5757
fi
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
6363
fi
6464

0 commit comments

Comments
 (0)