summaryrefslogtreecommitdiffstats
path: root/jjb/releng/opnfv-docker-arm.yaml
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2019-03-26 11:23:54 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2019-03-26 16:33:03 +0200
commit12b41cdb31cda908aa3a9ec25cfc541661d890fd (patch)
tree5aed97226a197d8aa86289aa3ececad609610fd0 /jjb/releng/opnfv-docker-arm.yaml
parentfec1da85bea695e5e23464841762cd1a78c8718e (diff)
Provide a way to add extra arguements when building docker images
This patch adds a parameter for extra arguements to be used to build OPNFV docker images. Change-Id: I65d5b96e5b0db348a4f200e6ef26b5b6ca65b348 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'jjb/releng/opnfv-docker-arm.yaml')
-rw-r--r--jjb/releng/opnfv-docker-arm.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/releng/opnfv-docker-arm.yaml b/jjb/releng/opnfv-docker-arm.yaml
index 7e87c5f0d..102069ad9 100644
--- a/jjb/releng/opnfv-docker-arm.yaml
+++ b/jjb/releng/opnfv-docker-arm.yaml
@@ -44,6 +44,7 @@
dockerdir: "docker"
docker_repo_name: "opnfv/{project}_aarch64"
arch_tag: ""
+ extra_build_args: ""
# yamllint disable rule:key-duplicates
dockerrepo:
@@ -177,6 +178,10 @@
name: ARCH_TAG
default: "{arch_tag}"
description: "If set, this value will be added to the docker image tag"
+ - string:
+ name: EXTRA_BUILD_ARGS
+ default: "{extra_build_args}"
+ description: "Whitespace separated key=value pairs. If set, these args will be used to build docker image"
properties:
- throttle: