test: update e2e and dev scripts to use cni plugins v1.0.0
This commit is contained in:
parent
d09cfb31bc
commit
73ab63cf68
|
@ -107,7 +107,7 @@ sudo apt-get install -y openjdk-14-jdk-headless
|
|||
echo "Installing CNI plugins"
|
||||
sudo mkdir -p /opt/cni/bin
|
||||
wget -q -O - \
|
||||
https://github.com/containernetworking/plugins/releases/download/v0.9.0/cni-plugins-linux-amd64-v0.9.0.tgz \
|
||||
https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-amd64-v1.0.0.tgz \
|
||||
| sudo tar -C /opt/cni/bin -xz
|
||||
|
||||
echo "Installing Podman"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -o errexit
|
||||
|
||||
VERSION="v0.8.6"
|
||||
VERSION="v1.0.0"
|
||||
DOWNLOAD=https://github.com/containernetworking/plugins/releases/download/${VERSION}/cni-plugins-linux-amd64-${VERSION}.tgz
|
||||
TARGET_DIR=/opt/cni/bin
|
||||
|
||||
|
|
Loading…
Reference in New Issue