diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-24 15:02:38 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-24 15:02:38 -0700 |
commit | b0c2d5ecb29b87ca864ec4168901328fb6c6ea0e (patch) | |
tree | 439431816362a2d964b31bfefb67e6a90317f3d8 /docker/storperf-httpfrontend/Dockerfile | |
parent | 5e01201c1f4d757dfde2eafff10f7ecec370dbdd (diff) |
Add BRANCH Argument to Dockerfiles
This is a requirement for OPNFV CI to build Dockerfiles and allows
builds to perform branch specific actions.
Change-Id: I46c5c99a74e0c9a235a483a4be32f3bd283e0ccd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docker/storperf-httpfrontend/Dockerfile')
-rw-r--r-- | docker/storperf-httpfrontend/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/storperf-httpfrontend/Dockerfile b/docker/storperf-httpfrontend/Dockerfile index 4069d24..19d620e 100644 --- a/docker/storperf-httpfrontend/Dockerfile +++ b/docker/storperf-httpfrontend/Dockerfile @@ -17,6 +17,8 @@ FROM nginx:stable-alpine MAINTAINER Mark Beierl <mark.beierl@dell.com> LABEL version="3.1" description="OPNFV Storperf HTTP Front End Container" +ARG BRANCH=master + COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./html /etc/nginx/html |