We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0932f8 commit 37cae0dCopy full SHA for 37cae0d
tests/l2/sgx/sgx_build.yaml
@@ -23,10 +23,10 @@ spec:
23
dockerfile: |
24
ARG BUILDER=registry.access.redhat.com/ubi9:latest
25
ARG BASE=registry.access.redhat.com/ubi9-minimal:latest
26
- ARG LINUX_SGX_VERSION=2.22
+ ARG LINUX_SGX_VERSION=2.24
27
FROM ${BUILDER} AS builder
28
29
- ARG SGX_SDK=sgx_linux_x64_sdk_2.22.100.3.bin
+ ARG SGX_SDK=sgx_linux_x64_sdk_2.24.100.3.bin
30
ARG LINUX_SGX_VERSION
31
32
RUN dnf -y update && \
@@ -85,9 +85,9 @@ spec:
85
- name: "BASE"
86
value: "registry.access.redhat.com/ubi9-minimal:9.2"
87
- name: "SGX_SDK"
88
- value: "sgx_linux_x64_sdk_2.22.100.3.bin"
+ value: "sgx_linux_x64_sdk_2.24.100.3.bin"
89
- name: "LINUX_SGX_VERSION"
90
- value: "2.22"
+ value: "2.24"
91
output:
92
to:
93
kind: ImageStreamTag
0 commit comments