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 <poornima.y.n@intel.com>
This commit is contained in:
Poornima 2020-06-26 03:27:02 +05:30
parent 78263e8784
commit fb25b76817
1 changed files with 1 additions and 1 deletions

2
tb.sh
View File

@ -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 {