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 39
39
- intel-xpumanager-sidecar
40
40
41
41
# # Demo images
42
- # - crypto-perf
43
- # - opae-nlb-demo
42
+ - crypto-perf
43
+ - opae-nlb-demo
44
44
steps :
45
45
- uses : actions/checkout@v4
46
46
- 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
31
31
32
32
FROM debian:unstable-slim
33
33
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/\*
35
35
36
36
RUN sed -i -e '420,429d;480,489d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
37
37
COPY --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
2
2
3
3
ARG DIR=/dpdk-build
4
4
WORKDIR $DIR
@@ -37,8 +37,8 @@ RUN mkdir -p /install_root/licenses/dpdk && \
37
37
cd /install_root/licenses/dpdk && \
38
38
apt-get source --download-only -y libatomic1 libnuma1
39
39
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
42
42
COPY --from=builder /install_root /
43
43
COPY run-dpdk-test /usr/bin/
44
44
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN cd /usr/src/opae/opae-sdk-${OPAE_RELEASE} && \
26
26
27
27
FROM debian:unstable-slim
28
28
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
30
30
31
31
# Copy required nlb* utils and their dependencies to the final image
32
32
COPY --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