Update tb.sh

Update the tb.sh after unify the Dockerfile
Also the Docker image and tag change to 7.4

Depends-On: https://review.openstack.org/#/c/601306/
Change-Id: I6b9e32bc0ffbd9870f83c37437afd2e67195fcc3
Signed-off-by: Felipe de Jesus Ruiz Garcia <felipe.de.jesus.ruiz.garcia@intel.com>
This commit is contained in:
Felipe de Jesus Ruiz Garcia 2018-11-14 18:07:26 -06:00
parent 2b3d3ea5b8
commit 65a3f99bd2
1 changed files with 2 additions and 2 deletions

4
tb.sh
View File

@ -22,8 +22,8 @@ fi
CMD=$1
TC_CONTAINER_NAME=${MYUNAME}-centos-builder
TC_CONTAINER_TAG=local/${MYUNAME}-stx-builder:7.3
TC_DOCKERFILE=Dockerfile.centos73.TC-builder
TC_CONTAINER_TAG=local/${MYUNAME}-stx-builder:7.4
TC_DOCKERFILE=Dockerfile
function exec_container {
docker cp ${WORK_DIR}/buildrc ${TC_CONTAINER_NAME}:/home/${MYUNAME}