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:
parent
78263e8784
commit
fb25b76817
2
tb.sh
2
tb.sh
@ -22,7 +22,7 @@ fi
|
|||||||
CMD=$1
|
CMD=$1
|
||||||
|
|
||||||
TC_CONTAINER_NAME=${MYUNAME}-centos-builder
|
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
|
TC_DOCKERFILE=Dockerfile
|
||||||
|
|
||||||
function create_container {
|
function create_container {
|
||||||
|
Loading…
Reference in New Issue
Block a user