diff options
author | ahothan <ahothan@cisco.com> | 2019-05-31 11:40:31 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-05-31 11:54:55 -0700 |
commit | a3578fdb7496e7f1234eef4ac73086ba1d57fcf2 (patch) | |
tree | d9ddbf2f32306298dfb83a267d867126218c2225 /docker/Dockerfile | |
parent | cdbb08859533a4c3e698735ab2ee98d2532aa1c8 (diff) |
Build and publish 0.8 VM image to google storage
buildvm
Change-Id: I3bb9b02c76f39ecc4cd2689438656edce99795db
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 2c4055e..0e8603e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV TREX_VER "v2.56" -ENV VM_IMAGE_VER "0.6" +ENV VM_IMAGE_VER "0.8" # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version # from the git tag |