summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/Dockerfile
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2017-07-25 16:21:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-25 16:21:04 +0000
commitd1950be43cd82d1e2c12fff0303ac4d8c0f586e8 (patch)
treef3ea4c2298735166990111d024348a271b6499d2 /docker/storperf-reporting/Dockerfile
parentea4c439b56b22e48a2bf2bdfe709a79cbe4df784 (diff)
parentb0c2d5ecb29b87ca864ec4168901328fb6c6ea0e (diff)
Merge "Add BRANCH Argument to Dockerfiles"
Diffstat (limited to 'docker/storperf-reporting/Dockerfile')
-rw-r--r--docker/storperf-reporting/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/storperf-reporting/Dockerfile b/docker/storperf-reporting/Dockerfile
index 3e8a95a..bbcbdb3 100644
--- a/docker/storperf-reporting/Dockerfile
+++ b/docker/storperf-reporting/Dockerfile
@@ -19,6 +19,8 @@ FROM alpine:3.1
MAINTAINER Mark Beierl <mark.beierl@dell.com>
LABEL version="0.1" description="OPNFV Storperf Reporting Container"
+ARG BRANCH=master
+
RUN apk add --update python py-pip
COPY . /home/opnfv/storperf-reporting
@@ -28,4 +30,4 @@ RUN pip install -r /home/opnfv/storperf-reporting/requirements.txt
CMD ["python", "app.py"]
-EXPOSE 5000 \ No newline at end of file
+EXPOSE 5000