mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
osbuilder: Update QAT driver in Dockerfile
This is to bump the OOT QAT 1.7 driver version to the latest version. I dida test on my QAT enabled system and everything functioned as expected. Fixes: #2877 Signed-off-by: Eric Adams <eric.adams@intel.com>
This commit is contained in:
parent
03877f3479
commit
37fa453dd2
@ -9,10 +9,10 @@ FROM fedora:latest
|
||||
# images being pulled from the registry.
|
||||
# Set AGENT_VERSION as an env variable to specify a specific version of Kata Agent to install
|
||||
|
||||
LABEL DOCKERFILE_VERSION="2.2"
|
||||
LABEL DOCKERFILE_VERSION="2.3"
|
||||
|
||||
ENV QAT_DRIVER_VER "QAT1.7.L.4.14.0-00031.tar.gz"
|
||||
ENV QAT_DRIVER_URL "https://downloadmirror.intel.com/30178/eng/${QAT_DRIVER_VER}"
|
||||
ENV QAT_DRIVER_VER "QAT.L.4.15.0-00011.tar.gz"
|
||||
ENV QAT_DRIVER_URL "https://downloadmirror.intel.com/649693/${QAT_DRIVER_VER}"
|
||||
ENV QAT_CONFIGURE_OPTIONS "--enable-icp-sriov=guest"
|
||||
ENV KATA_REPO_VERSION "main"
|
||||
ENV AGENT_VERSION ""
|
||||
|
Loading…
Reference in New Issue
Block a user