From: Cédric Ollivier Date: Thu, 6 Oct 2022 14:00:40 +0000 (+0200) Subject: Pin netperf tools X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=88d5c15f4fff1407f28085ce1b7773088b06d4e0;p=functest-kubernetes.git Pin netperf tools Change-Id: I36dde21d9af2cc7d96be4a8f0947d94491ae00c6 Signed-off-by: Cédric Ollivier --- diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile index 0ad5b0bd..787f7b5c 100644 --- a/docker/benchmarking/Dockerfile +++ b/docker/benchmarking/Dockerfile @@ -1,7 +1,7 @@ FROM opnfv/functest-kubernetes-smoke:v1.25 -ARG NETPERF_TAG=master -ARG PLOTPERF_TAG=master +ARG NETPERF_TAG=1104ce23f6c1758796e88f3c23b050099074cf81 +ARG PLOTPERF_TAG=2455313f4b9581795a8f642243acaad472d91804 COPY plotperf.py.patch /tmp/plotperf.py.patch RUN apk --no-cache add --update py3-matplotlib && \