Skip to content

Commit 875bf3a

Browse files
authored
Merge pull request #394 from vbedida79/patch-290525-5
tests_l2: update sgx sdk to 2.26
2 parents 5a629c3 + e1c7d6b commit 875bf3a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/l2/sgx/sgx_build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ spec:
1616
dockerfile: |
1717
ARG BUILDER=registry.access.redhat.com/ubi9:latest
1818
ARG BASE=registry.access.redhat.com/ubi9-minimal:latest
19-
ARG LINUX_SGX_VERSION=2.24
19+
ARG LINUX_SGX_VERSION=2.26
2020
FROM ${BUILDER} AS builder
2121
22-
ARG SGX_SDK=sgx_linux_x64_sdk_2.24.100.3.bin
22+
ARG SGX_SDK=sgx_linux_x64_sdk_2.26.100.0.bin
2323
ARG LINUX_SGX_VERSION
2424
2525
RUN dnf -y update && \
@@ -33,7 +33,7 @@ spec:
3333
3434
# SGX SDK installed in /opt/intel directory
3535
WORKDIR /opt/intel
36-
RUN wget https://download.01.org/intel-sgx/sgx-linux/$LINUX_SGX_VERSION/distro/rhel9.2-server/$SGX_SDK \
36+
RUN wget https://download.01.org/intel-sgx/sgx-linux/$LINUX_SGX_VERSION/distro/rhel9.4-server/$SGX_SDK \
3737
&& chmod +x $SGX_SDK \
3838
&& echo "yes" | ./$SGX_SDK \
3939
&& rm $SGX_SDK
@@ -52,7 +52,7 @@ spec:
5252
5353
# Download SGX PSW and install SGX runtime components to create SGX enclave
5454
WORKDIR /opt/intel
55-
RUN wget https://download.01.org/intel-sgx/sgx-linux/$LINUX_SGX_VERSION/distro/rhel9.2-server/sgx_rpm_local_repo.tgz \
55+
RUN wget https://download.01.org/intel-sgx/sgx-linux/$LINUX_SGX_VERSION/distro/rhel9.4-server/sgx_rpm_local_repo.tgz \
5656
&& sha256sum sgx_rpm_local_repo.tgz \
5757
&& tar xvf sgx_rpm_local_repo.tgz \
5858
&& rm -rf sgx_rpm_local_repo.tgz
@@ -74,13 +74,13 @@ spec:
7474
dockerStrategy:
7575
buildArgs:
7676
- name: "BUILDER"
77-
value: "registry.access.redhat.com/ubi9:9.2"
77+
value: "registry.access.redhat.com/ubi9:9.4"
7878
- name: "BASE"
79-
value: "registry.access.redhat.com/ubi9-minimal:9.2"
79+
value: "registry.access.redhat.com/ubi9-minimal:9.4"
8080
- name: "SGX_SDK"
81-
value: "sgx_linux_x64_sdk_2.24.100.3.bin"
81+
value: "sgx_linux_x64_sdk_2.26.100.0.bin"
8282
- name: "LINUX_SGX_VERSION"
83-
value: "2.24"
83+
value: "2.26"
8484
output:
8585
to:
8686
kind: ImageStreamTag

0 commit comments

Comments
 (0)