Skip to content

Commit

Permalink
Merge pull request #266 from vbedida79/patch-180624-2
Browse files Browse the repository at this point in the history
tests_l2: Update sgx build's sgx sdk version to 2.24
  • Loading branch information
uMartinXu authored Jun 18, 2024
2 parents b0932f8 + 37cae0d commit 91bec03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/l2/sgx/sgx_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
dockerfile: |
ARG BUILDER=registry.access.redhat.com/ubi9:latest
ARG BASE=registry.access.redhat.com/ubi9-minimal:latest
ARG LINUX_SGX_VERSION=2.22
ARG LINUX_SGX_VERSION=2.24
FROM ${BUILDER} AS builder
ARG SGX_SDK=sgx_linux_x64_sdk_2.22.100.3.bin
ARG SGX_SDK=sgx_linux_x64_sdk_2.24.100.3.bin
ARG LINUX_SGX_VERSION
RUN dnf -y update && \
Expand Down Expand Up @@ -85,9 +85,9 @@ spec:
- name: "BASE"
value: "registry.access.redhat.com/ubi9-minimal:9.2"
- name: "SGX_SDK"
value: "sgx_linux_x64_sdk_2.22.100.3.bin"
value: "sgx_linux_x64_sdk_2.24.100.3.bin"
- name: "LINUX_SGX_VERSION"
value: "2.22"
value: "2.24"
output:
to:
kind: ImageStreamTag
Expand Down

0 comments on commit 91bec03

Please sign in to comment.