From 46cd407ffbc8fc137b5fa7fa7975712a1e328346 Mon Sep 17 00:00:00 2001 From: anbo-de Date: Mon, 8 Jan 2024 23:01:20 +0100 Subject: [PATCH] build_images.sh: added two-digit versions support --- service_config/build_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_config/build_images.sh b/service_config/build_images.sh index f1729e74..4b85746b 100755 --- a/service_config/build_images.sh +++ b/service_config/build_images.sh @@ -89,7 +89,7 @@ then exit 4 # stop if maven build fails fi -docker image ls | grep -oP "^qanary/qanary-component.*\.[0-9] " > images.temp +docker image ls | grep -oP "^qanary/qanary-component.*\.[0-9]+ " > images.temp # read image list images=$(cat images.temp)