From 7c169ee795427be97b9699b571da58ec1db8836f Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Thu, 6 Jan 2022 17:25:43 -0800 Subject: [PATCH] Add container-tag.yaml file Signed-off-by: Mahesh Jethanandani Change-Id: Ia3ef5bfda7921c75622aa6afd2784d33796985a1 --- collector/container-tag.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 collector/container-tag.yaml diff --git a/collector/container-tag.yaml b/collector/container-tag.yaml new file mode 100644 index 0000000..3188b04 --- /dev/null +++ b/collector/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job requires a tag to build the Docker image. +# Global-JJB script assumes this file is in the repo root. +--- +tag: 5.0.1 -- 2.16.6