aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2021-05-20 20:35:39 +0100
committerEmma Foley <efoley@redhat.com>2021-05-27 18:11:13 +0100
commit28517f841a3261987114869e04624cdd686c31a5 (patch)
tree90be762787b86f95bcde1026a8a4cf565dc07ab0 /docker
parent923175d15112a865f3f51e80dab88922c17340d6 (diff)
[docker][experimental] Allow COLLECTD_TAG to be passed to container build
This is an optional build arg that overrides the defaults that are set by COLLECTD_FLAVOR This should let the user pull from an arbitrary collectd branch (e.g. a WIP branch or a PR branch from upstream) Change-Id: I6d0ede2b8b57f28e152e53eddae378ac6c722706 Signed-off-by: Emma Foley <efoley@redhat.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/barometer-collectd-experimental/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/barometer-collectd-experimental/Dockerfile b/docker/barometer-collectd-experimental/Dockerfile
index 9565bdb4..8622a63c 100644
--- a/docker/barometer-collectd-experimental/Dockerfile
+++ b/docker/barometer-collectd-experimental/Dockerfile
@@ -17,8 +17,11 @@
FROM centos:8
ARG COLLECTD_FLAVOR=experimental
-ARG COLLECTD_PULL_REQUESTS=
+ARG COLLECTD_PULL_REQUESTS
+ARG COLLECTD_CONFIG_CMD_ARGS
+ARG COLLECTD_TAG
ARG WITH_DPDK=n
+
ENV DOCKER y
ENV repos_dir /src