From 7509ba668c51b5cadfbdc7d4ef6d3ba46bb5d2ad 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. Partial-Bug: 1884944 Depends-On: https://review.opendev.org/#/c/737823/ Change-Id: I5455867660d787dc7eba3f07db11ce6c56fb0bca Signed-off-by: Poornima (cherry picked from commit fb25b76817e60fbc9bd533c84b6d6ea2571b7991) Signed-off-by: Davlet Panech --- tb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb.sh b/tb.sh index 90ce3cae..73d951d1 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 {