summaryrefslogtreecommitdiffstats
path: root/docker/storperf-httpfrontend/Dockerfile
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-09-06 14:00:40 -0400
committermbeierl <mark.beierl@dell.com>2017-09-06 14:00:40 -0400
commit8f2787b05ad160718bcefb14759465155ab9f34a (patch)
tree085342a47f37a0c897a1104482412ba073adba65 /docker/storperf-httpfrontend/Dockerfile
parent9eff0c44a1eca5f265f3e1bc5f1073b4165b9c83 (diff)
Adding default ARCH
Defaults the ARCH argument to x86_64 so docker build under releng will work again Change-Id: I952fa9915182358f0303a52a07365a914718c247 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docker/storperf-httpfrontend/Dockerfile')
-rw-r--r--docker/storperf-httpfrontend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-httpfrontend/Dockerfile b/docker/storperf-httpfrontend/Dockerfile
index b37943f..9b5b5f9 100644
--- a/docker/storperf-httpfrontend/Dockerfile
+++ b/docker/storperf-httpfrontend/Dockerfile
@@ -12,7 +12,7 @@
# $ docker build -t opnfv/storperf-frontend:tag .
##
-ARG ARCH
+ARG ARCH=x86_64
ARG ALPINE_VERSION=v3.6
FROM multiarch/alpine:$ARCH-$ALPINE_VERSION