
This commit upgrades the containernetwork plugins to version 0.9.1 As there is no existing upstream package for this version for StarlingX, it is being built based on the downloaded source and centos7 spec file. Plugins tested: bridge vlan host-device dhcp host-local static tuning portmap bandwidth Story: 2008972 Task: 42977 Signed-off-by: Steven Webster <steven.webster@windriver.com> Change-Id: Ia29df16aacec35dbda79a2f10a44eab90192dd6f
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
VERSION=0.9.1
|
|
CON_VERSION=0.9.1
|
|
TAR_NAME=containernetworking-plugins
|
|
TAR="$TAR_NAME-v$VERSION.tar.gz"
|
|
#CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT |