File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939 - intel-xpumanager-sidecar
4040
4141 # # Demo images
42- # - crypto-perf
43- # - opae-nlb-demo
42+ - crypto-perf
43+ - opae-nlb-demo
4444 steps :
4545 - uses : actions/checkout@v4
4646 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN cd / && git clone --recurse-submodules --depth 1 --branch v1.5.0 https://git
3131
3232FROM debian:unstable-slim
3333
34- RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends pciutils accel-config accel-config-test kmod && rm -rf /var/lib/apt/lists/\*
34+ RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config accel-config-test && rm -rf /var/lib/apt/lists/\*
3535
3636RUN sed -i -e '420,429d;480,489d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
3737COPY --from=builder /usr/local /usr/local
Original file line number Diff line number Diff line change 1- FROM debian:unstable -slim as builder
1+ FROM debian:sid -slim as builder
22
33ARG DIR=/dpdk-build
44WORKDIR $DIR
@@ -37,8 +37,8 @@ RUN mkdir -p /install_root/licenses/dpdk && \
3737 cd /install_root/licenses/dpdk && \
3838 apt-get source --download-only -y libatomic1 libnuma1
3939
40- FROM debian:unstable -slim
41- RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends libipsec-mb1 libnuma1 libatomic1 && ldconfig -v
40+ FROM debian:sid -slim
41+ RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb1 libnuma1 libatomic1 && ldconfig -v
4242COPY --from=builder /install_root /
4343COPY run-dpdk-test /usr/bin/
4444
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG APT="env DEBIAN_FRONTEND=noninteractive apt"
55RUN ${APT} update && ${APT} install -y curl gpg-agent \
66 && echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified' | \
77 tee -a /etc/apt/sources.list.d/intel.list \
8- && curl -s https://repositories.intel.com/graphics /intel-graphics.key | \
8+ && curl -s https://repositories.intel.com/gpu /intel-graphics.key | \
99 gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg \
1010 && ${APT} update \
1111 && ${APT} install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN cd /usr/src/opae/opae-sdk-${OPAE_RELEASE} && \
2626
2727FROM debian:unstable-slim
2828
29- RUN apt-get update && apt-get upgrade -y && apt-get install --no-install-recommends -y libjson-c5
29+ RUN apt-get update && apt-get install --no-install-recommends -y libjson-c5
3030
3131# Copy required nlb* utils and their dependencies to the final image
3232COPY --from=builder /usr/src/opae/opae-sdk-*/build/bin/nlb* /usr/local/bin/
You can’t perform that action at this time.
0 commit comments