summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2017-11-27 18:43:28 -0800
committerahothan <ahothan@cisco.com>2017-11-27 18:43:28 -0800
commit48761532adf2420d7932149cc0e16c69804e9c16 (patch)
tree7940a873ab14868e32191defecd7926988e20149 /docker
parent1ce98c7510f810a5ee790523a0dcbf429961adda (diff)
Fix docker container to pick VM image 0.5, enhance doc diagrams1.2.0
Add SRIOV packet paths Change-Id: I0f082fd3443e41dec81ab1847726107b07ea9b52 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6043d8a..67898ab 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,8 +2,8 @@
FROM ubuntu:16.04
ENV TREX_VER "v2.29"
-ENV NFVBENCH_TAG "1.1.2"
-ENV VM_IMAGE_VER "0.4"
+ENV NFVBENCH_TAG "1.2.0"
+ENV VM_IMAGE_VER "0.5"
RUN apt-get update && apt-get install -y \
git \