From d0306fe5bde4f1599546059920e5ce60f6264a57 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 9 Jul 2021 09:30:52 +1000 Subject: [PATCH] CI: Set the docker root & container tag dir This fixes the issue: "Failed to get a container tag using method yaml-file". Issue-ID: IT-22385 Signed-off-by: Anil Belur Change-Id: Iefa95acb843ceea845e225e176c08d19fbc9e10e --- jjb/ric-app-bouncer/ric-app-bouncer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/ric-app-bouncer/ric-app-bouncer.yaml b/jjb/ric-app-bouncer/ric-app-bouncer.yaml index 9e7ac4ce..f0a7d22e 100644 --- a/jjb/ric-app-bouncer/ric-app-bouncer.yaml +++ b/jjb/ric-app-bouncer/ric-app-bouncer.yaml @@ -30,10 +30,14 @@ name: ric-app-bouncer # image name docker-name: 'o-ran-sc/{name}' + # docker root + docker-root: Bouncer # source type of image tag container-tag-method: yaml-file # use host network docker-build-args: '--network=host' + # tag file is in subdir + container-tag-yaml-dir: Bouncer # trigger on any change other than a file in ./docs gerrit_trigger_file_paths: - compare-type: REG_EXP -- 2.16.6