From fb25b76817e60fbc9bd533c84b6d6ea2571b7991 Mon Sep 17 00:00:00 2001 From: Poornima Date: Fri, 26 Jun 2020 03:27:02 +0530 Subject: [PATCH] Update the docker image tag to 7.8 Since the base centos images now is 7.8.2003, updated the TC_CONTAINER_TAG variable in the tb.sh script to reflect the same. Change-Id: I5455867660d787dc7eba3f07db11ce6c56fb0bca Signed-off-by: Poornima --- tb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb.sh b/tb.sh index 66205f6a..2d54beaf 100755 --- a/tb.sh +++ b/tb.sh @@ -22,7 +22,7 @@ fi CMD=$1 TC_CONTAINER_NAME=${MYUNAME}-centos-builder -TC_CONTAINER_TAG=local/${MYUNAME}-stx-builder:7.4 +TC_CONTAINER_TAG=local/${MYUNAME}-stx-builder:7.8 TC_DOCKERFILE=Dockerfile function create_container {