diff options
author | ahothan <ahothan@cisco.com> | 2018-05-29 11:13:40 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-05-29 11:25:19 -0700 |
commit | f3fdcd28c6f4d8707de18afec5ca67f8b90d02c8 (patch) | |
tree | ce227ed7ea4bf2636a2584326611d60356a2276e /docker/Dockerfile | |
parent | a0babacf1d251d23b552d3b268862ee8cc1455e0 (diff) |
Move docker build to tag 1.5.01.5.0
Change-Id: I352bc0a6e9e05b0891450983947042117ef13ae6
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 3df8c8b..e3e0eab 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV TREX_VER "v2.32" -ENV NFVBENCH_TAG "1.3.1" +ENV NFVBENCH_TAG "1.5.0" ENV VM_IMAGE_VER "0.6" RUN apt-get update && apt-get install -y \ @@ -39,4 +39,3 @@ RUN apt-get update && apt-get install -y \ ENV TREX_STL_EXT_PATH "/opt/trex/$TREX_VER/external_libs" ENTRYPOINT ["/nfvbench/docker/nfvbench-entrypoint.sh"] - |