Skip to content

Commit 37cae0d

Browse files
committed
tests_l2: Update sgx build's sgx sdk version to 2.24
Signed-off-by: vbedida79 <veenadhari.bedida@intel.com>
1 parent b0932f8 commit 37cae0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/l2/sgx/sgx_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
dockerfile: |
2424
ARG BUILDER=registry.access.redhat.com/ubi9:latest
2525
ARG BASE=registry.access.redhat.com/ubi9-minimal:latest
26-
ARG LINUX_SGX_VERSION=2.22
26+
ARG LINUX_SGX_VERSION=2.24
2727
FROM ${BUILDER} AS builder
2828
29-
ARG SGX_SDK=sgx_linux_x64_sdk_2.22.100.3.bin
29+
ARG SGX_SDK=sgx_linux_x64_sdk_2.24.100.3.bin
3030
ARG LINUX_SGX_VERSION
3131
3232
RUN dnf -y update && \
@@ -85,9 +85,9 @@ spec:
8585
- name: "BASE"
8686
value: "registry.access.redhat.com/ubi9-minimal:9.2"
8787
- name: "SGX_SDK"
88-
value: "sgx_linux_x64_sdk_2.22.100.3.bin"
88+
value: "sgx_linux_x64_sdk_2.24.100.3.bin"
8989
- name: "LINUX_SGX_VERSION"
90-
value: "2.22"
90+
value: "2.24"
9191
output:
9292
to:
9393
kind: ImageStreamTag

0 commit comments

Comments
 (0)