File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
deployments/operator/samples Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,10 @@ FROM debian:unstable-slim
3131
3232COPY --from=builder /usr/src/opae/opae-sdk-*/build/bin/nlb* /usr/local/bin/
3333COPY --from=builder /usr/src/opae/opae-sdk-*/build/lib /usr/local/lib/
34+ COPY --from=builder /usr/lib64/libjson-c.so.4.0.0 /usr/local/lib/
35+ COPY --from=builder /usr/share/licenses/json-c /usr/local/share/package-licenses/json-c
3436RUN rm -rf /usr/local/lib/python3
3537RUN ldconfig
3638
37- RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
38- /etc/apt/sources.list.d/deb-src.list && \
39- apt update && apt install -y libjson-c4 && \
40- mkdir -p /usr/local/share/package-sources && \
41- cd /usr/local/share/package-sources && \
42- apt --download-only source libjson-c4 && cd / && \
43- rm -v /etc/apt/sources.list.d/deb-src.list && apt clean
44-
4539COPY test_fpga.sh /usr/local/bin/
4640ENTRYPOINT ["/usr/local/bin/test_fpga.sh" ]
Original file line number Diff line number Diff line change 99 provisionLimit : 110
1010 logLevel : 4
1111 nodeSelector :
12- feature.node.kubernetes.io/custom- intel.sgx : ' true'
12+ feature.node.kubernetes.io/intel.sgx : ' true'
You can’t perform that action at this time.
0 commit comments