Skip to content

Commit 9f3537a

Browse files
committed
qat: update to qat1.7.l.4.6.0-00025
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent b8f6b8d commit 9f3537a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/docker/intel-qat-plugin.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
FROM clearlinux:base as builder
22

3+
ARG QAT_DRIVER_RELEASE="qat1.7.l.4.6.0-00025"
4+
35
RUN swupd bundle-add wget c-basic go-basic && \
46
mkdir -p /usr/src/qat && \
57
cd /usr/src/qat && \
6-
wget https://01.org/sites/default/files/downloads/qat1.7.l.4.5.0-00034.tar.gz && \
8+
wget https://01.org/sites/default/files/downloads/$QAT_DRIVER_RELEASE.tar.gz && \
79
tar xf *.tar.gz
810
RUN cd /usr/src/qat/quickassist/utilities/adf_ctl && \
911
make KERNEL_SOURCE_DIR=/usr/src/qat/quickassist/qat && \

0 commit comments

Comments
 (0)