diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-06 16:00:40 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-06 16:00:40 +0200 |
commit | 1d3ef22805853ea63ea3d5a3252f3892f8db26b7 (patch) | |
tree | 30568a2c807af7172071f47d38e242bd8059e3b1 | |
parent | 5926e9d259cf7f0c620aaa18aa2dc55a4c0208f5 (diff) |
Pin netperf tools
Change-Id: I36dde21d9af2cc7d96be4a8f0947d94491ae00c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/benchmarking/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile index 3ed21f14..a1ec9cc4 100644 --- a/docker/benchmarking/Dockerfile +++ b/docker/benchmarking/Dockerfile @@ -1,7 +1,7 @@ FROM opnfv/functest-kubernetes-smoke:v1.24 -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 && \ |