File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ FROM debian:unstable-slim AS builder
17
17
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev \
18
18
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
19
19
20
- RUN cd / && git clone --recurse-submodules --branch v1.1.1 --depth 1 https://github.com/intel/DML.git && \
20
+ RUN cd / && git clone --recurse-submodules --branch v1.1.2 --depth 1 https://github.com/intel/DML.git && \
21
21
mkdir DML/build && cd DML/build && \
22
22
cmake .. && \
23
23
make install && \
24
24
mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
25
25
mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
26
26
27
- RUN cd / && git clone --recursive --depth 1 --branch v1.3.1 https://github.com/intel/qpl.git && \
27
+ RUN cd / && git clone --recurse-submodules --depth 1 --branch v1.5.0 https://github.com/intel/qpl.git && \
28
28
mkdir qpl/build && cd qpl/build && \
29
29
cmake -DLOG_HW_INIT=ON .. && \
30
30
make install
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt-get update && \
23
23
# SGX SDK is installed in /opt/intel directory.
24
24
WORKDIR /opt/intel
25
25
26
- ARG DCAP_VERSION=DCAP_1.19
26
+ ARG DCAP_VERSION=DCAP_1.21
27
27
28
28
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" | \
29
29
tee -a /etc/apt/sources.list.d/intel-sgx.list \
@@ -37,7 +37,7 @@ RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://d
37
37
libsgx-quote-ex-dev
38
38
39
39
# Install SGX SDK
40
- ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.22 /distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.22 .100.3.bin
40
+ ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.24 /distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.24 .100.3.bin
41
41
RUN wget ${SGX_SDK_URL} \
42
42
&& export SGX_SDK_INSTALLER=$(basename $SGX_SDK_URL) \
43
43
&& chmod +x $SGX_SDK_INSTALLER \
@@ -49,7 +49,7 @@ RUN cd sgxsdk/SampleCode/SampleEnclave \
49
49
&& make \
50
50
&& cd -
51
51
52
- ARG DCAP_TARBALL_SHA256="ed96f583581be108f9370d7e97577664a704914a98f27a7e117a650651c13e56 "
52
+ ARG DCAP_TARBALL_SHA256="f0336fef8263b4c53664efb8486c021ca3d996817eb63b0671324a0acf706310 "
53
53
54
54
RUN wget -q https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/$DCAP_VERSION.tar.gz && \
55
55
echo "$DCAP_TARBALL_SHA256 $DCAP_VERSION.tar.gz" | sha256sum -c - && \
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - " https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15.1 "
4
+ - " https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15.4 "
5
5
configMapGenerator :
6
6
- name : nfd-worker-conf
7
7
behavior : replace
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : kube-rbac-proxy
13
- image : gcr.io/kubebuilder/kube-rbac-proxy:v0.15 .0
13
+ image : gcr.io/kubebuilder/kube-rbac-proxy:v0.16 .0
14
14
args :
15
15
- " --secure-listen-address=0.0.0.0:8443"
16
16
- " --upstream=http://127.0.0.1:8080/"
You can’t perform that action at this time.
0 commit comments