aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-11-22 18:07:01 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2021-11-22 18:08:41 +0530
commit01e5b8c6ee5ec743962301b1337219b5e3850ab5 (patch)
treeaf4c75a359ab9a2030f5d7c2f05da4ea3cee25a9 /tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile
parent24e68cf441d94ba09a13f21fdfc994d4a14dfde0 (diff)
TOOLS: Fix bugs in container builds.
There are bugs in l2l3fwd and pktgen dockerfiles. This patch fixes it. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I15cfb74d2bf26fbe9e7c2c9b147764fa7cec24c8
Diffstat (limited to 'tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile')
-rw-r--r--tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile b/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile
index c56e45cf..4bf4a0a9 100644
--- a/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile
+++ b/tools/docker/test-containers/dpdk-forwarding-pods/l2l3fwd/Dockerfile
@@ -77,7 +77,6 @@ FROM centos
COPY --from=0 /usr/bin/dpdk-app /usr/bin/dpdk-app
COPY --from=0 /usr/bin/l2fwd /usr/bin/l2fwd
COPY --from=0 /usr/bin/l3fwd /usr/bin/l3fwd
-COPY --from=0 /usr/bin/testpmd /usr/bin/testpmd
COPY --from=0 /lib64/libnetutil_api.so /lib64/libnetutil_api.so
COPY --from=0 /usr/lib64/libnuma.so.1 /usr/lib64/libnuma.so.1
COPY --from=0 /root/go/src/github.com/openshift/app-netutil/bin/c_sample /usr/bin/c_sample