aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-06-04 12:56:31 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-06-04 13:47:56 -0700
commitdc925231a978d1ae4dce969cb4c386d4a1b0bb87 (patch)
tree93bd57975e06ce830832fd8fe2785fcc8876319e /kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
parent99f2be307f194e1f6a60e4098e82f6775c8dad5b (diff)
Expose installer ENV vars through Dockerfile
Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: Ie913d3f26d039fae0bff98149ebe0a6e6dea2ebd
Diffstat (limited to 'kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh')
-rwxr-xr-xkud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh b/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
index 1418d0df..6cfc373d 100755
--- a/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
+++ b/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
@@ -4,7 +4,7 @@
source _common.sh
IAVF_DRIVER_VERSION="${IAVF_DRIVER_VERSION:-4.0.2}"
-IAVF_DRIVER_DOWNLOAD_URL_DEFAULT="https://downloadmirror.intel.com/24693/eng/iavf-${IAVF_DRIVER_VERSION}.tar.gz"
+IAVF_DRIVER_DOWNLOAD_URL_DEFAULT="https://downloadmirror.intel.com/30305/eng/iavf-${IAVF_DRIVER_VERSION}.tar.gz"
IAVF_DRIVER_DOWNLOAD_URL="${IAVF_DRIVER_DOWNLOAD_URL:-$IAVF_DRIVER_DOWNLOAD_URL_DEFAULT}"
IAVF_DRIVER_ARCHIVE="$(basename "${IAVF_DRIVER_DOWNLOAD_URL}")"
IAVF_INSTALL_DIR_HOST="${IAVF_INSTALL_DIR_HOST:-/opt/iavf}"