osbuilder: Update QAT driver version

This updates the QAT driver version to the latest version.

Fixes: #2103

Signed-off-by: Eric Adams <eric.adams@intel.com>
This commit is contained in:
Eric Adams 2021-06-23 23:49:19 +00:00
parent 1bad9999fd
commit a822cdf64d
2 changed files with 5 additions and 3 deletions

View File

@ -9,9 +9,9 @@ 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.1"
LABEL DOCKERFILE_VERSION="2.2"
ENV QAT_DRIVER_VER "QAT1.7.L.4.13.0-00009.tar.gz"
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_CONFIGURE_OPTIONS "--enable-icp-sriov=guest"
ENV KATA_REPO_VERSION "main"
@ -41,7 +41,8 @@ RUN dnf install -y \
qemu-img \
systemd-devel \
sudo \
xz
xz \
yasm
# Add in non-privileged user
RUN useradd qatbuilder -p "" && \

View File

@ -120,6 +120,7 @@ copy_outputs()
sudo cp -- "$f" "${OUTPUT_DIR}/configs/${output_conf_file}"
sudo sed -i 's/\[SSL\]/\[SHIM\]/g' ${OUTPUT_DIR}/configs/${output_conf_file}
done
/bin/echo -e "Check the ./output directory for the kernel and rootfs\n"
}
help() {