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.

Partial-Bug: 1884944
Depends-On: https://review.opendev.org/#/c/737823/
Change-Id: I5455867660d787dc7eba3f07db11ce6c56fb0bca
Signed-off-by: Poornima <poornima.y.n@intel.com>
(cherry picked from commit fb25b76817)
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
This commit is contained in:
Poornima 2020-06-26 03:27:02 +05:30 committed by Davlet Panech
parent ec379155ae
commit 7509ba668c
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 {