Skip to content

Commit 2753ba0

Browse files
committed
demo: update openssl-qat-engine versions
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent ce4ae42 commit 2753ba0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demo/openssl-qat-engine/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ubuntu:22.04 as builder
22

3-
ARG QATLIB_VERSION="22.07.0"
4-
ARG QAT_ENGINE_VERSION="v0.6.16"
5-
ARG ASYNC_NGINX_VERSION="v0.4.7"
3+
ARG QATLIB_VERSION="22.07.2"
4+
ARG QAT_ENGINE_VERSION="v0.6.17"
5+
ARG ASYNC_NGINX_VERSION="v0.4.9"
66
ARG IPSEC_MB_VERSION="v1.3"
77
ARG IPP_CRYPTO_VERSION="ippcp_2021.6"
88

@@ -18,7 +18,7 @@ RUN apt update && \
1818
zlib1g-dev \
1919
wget \
2020
git \
21-
yasm \
21+
nasm \
2222
autoconf \
2323
cmake \
2424
libtool && \
@@ -71,7 +71,7 @@ RUN cd /asynch_mode_nginx && \
7171
FROM ubuntu:22.04
7272

7373
COPY --from=builder /usr/bin/*_sample* /usr/bin/
74-
COPY --from=builder /usr/lib/libqat.so.3.0.0 /usr/lib/
74+
COPY --from=builder /usr/lib/libqat.so.3.0.2 /usr/lib/
7575
COPY --from=builder /usr/lib/libusdm.so.0.0.1 /usr/lib/
7676
COPY --from=builder /usr/lib64/libIPSec_MB.so.1 /usr/lib/x86_64-linux-gnu/
7777
COPY --from=builder /usr/local/lib/libcrypto_mb.so.11.4 /usr/lib/x86_64-linux-gnu/

0 commit comments

Comments
 (0)