From 083ccca69980aba494ee368a159bf4933d54a245 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 31 Aug 2023 09:39:06 +0100 Subject: [PATCH] Use major.minor.patch-SNAPSHOT images for CSIT - change to avoid using major.minor-SNAPSHOT from java-17 branch Issue-ID: POLICY-4813 Change-Id: I5c064f88af35874403f0566ae9d118cd350f5180 Signed-off-by: adheli.tavares --- compose/get-versions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/get-versions.sh b/compose/get-versions.sh index 600d8c99..85c0d3ac 100755 --- a/compose/get-versions.sh +++ b/compose/get-versions.sh @@ -67,7 +67,8 @@ function getDockerVersion fi fi - docker_image_version=$(echo "$latest_snapshot_tag" | awk -F \. '{print $1"."$2"-SNAPSHOT-latest"}') + # docker_image_version=$(echo "$latest_snapshot_tag" | awk -F \. '{print $1"."$2"-SNAPSHOT-latest"}') + docker_image_version=$latest_snapshot_tag docker_image_name=$(echo "$docker_images" | sed -e "s/^.*://" -e "s/^.//" -e "s/.$//") if \ -- 2.16.6