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:
parent
2b3d3ea5b8
commit
65a3f99bd2
4
tb.sh
4
tb.sh
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user