@@ -16,10 +16,10 @@ spec:
16
16
dockerfile : |
17
17
ARG BUILDER=registry.access.redhat.com/ubi9:latest
18
18
ARG BASE=registry.access.redhat.com/ubi9-minimal:latest
19
- ARG LINUX_SGX_VERSION=2.24
19
+ ARG LINUX_SGX_VERSION=2.26
20
20
FROM ${BUILDER} AS builder
21
21
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
23
23
ARG LINUX_SGX_VERSION
24
24
25
25
RUN dnf -y update && \
33
33
34
34
# SGX SDK installed in /opt/intel directory
35
35
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 \
37
37
&& chmod +x $SGX_SDK \
38
38
&& echo "yes" | ./$SGX_SDK \
39
39
&& rm $SGX_SDK
52
52
53
53
# Download SGX PSW and install SGX runtime components to create SGX enclave
54
54
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 \
56
56
&& sha256sum sgx_rpm_local_repo.tgz \
57
57
&& tar xvf sgx_rpm_local_repo.tgz \
58
58
&& rm -rf sgx_rpm_local_repo.tgz
@@ -74,13 +74,13 @@ spec:
74
74
dockerStrategy :
75
75
buildArgs :
76
76
- name : " BUILDER"
77
- value : " registry.access.redhat.com/ubi9:9.2 "
77
+ value : " registry.access.redhat.com/ubi9:9.4 "
78
78
- name : " BASE"
79
- value : " registry.access.redhat.com/ubi9-minimal:9.2 "
79
+ value : " registry.access.redhat.com/ubi9-minimal:9.4 "
80
80
- 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"
82
82
- name : " LINUX_SGX_VERSION"
83
- value : " 2.24 "
83
+ value : " 2.26 "
84
84
output :
85
85
to :
86
86
kind : ImageStreamTag
0 commit comments