summaryrefslogtreecommitdiffstats
path: root/compass-cobbler/Dockerfile
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2017-11-30 14:44:04 +0800
committerwutianwei <wutianwei1@huawei.com>2017-11-30 14:50:54 +0800
commit8b67f90bd3d25c6457801303fd2a151127e74c58 (patch)
tree2c0d53194dd08fded7ae9e863b575e5f666a138d /compass-cobbler/Dockerfile
parentcdbfdcb04670bba08b301789c6be08900da44f10 (diff)
add ARG in Dockerfile
when run the command "docker build --no-cache -t opnfv/compass-tasks:latest --build-arg BRANCH=master -f Dockerfile ." if docker version is lower 1.13, it will fail when not using build-arg in Dockerfile Change-Id: I891a37731d242aba4e37c7b56e0361c741e7eac8 Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'compass-cobbler/Dockerfile')
-rw-r--r--compass-cobbler/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/compass-cobbler/Dockerfile b/compass-cobbler/Dockerfile
index 2c68b64..5f5f2d1 100644
--- a/compass-cobbler/Dockerfile
+++ b/compass-cobbler/Dockerfile
@@ -1,6 +1,7 @@
FROM compassindocker/systemd-base
ENV container docker
VOLUME [ "/sys/fs/cgroup" ]
+ARG BRANCH=master
# pkgs and services...
RUN yum -y update && \