mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:57:17 +00:00
Implement tfw.sh buildtfw TAG overriding
This commit is contained in:
parent
cf1174250b
commit
da665562aa
@ -23,7 +23,7 @@ build_baseimage()
|
|||||||
{
|
{
|
||||||
[ ! -d "$BASEIMAGE_PATH" ] && return || :
|
[ ! -d "$BASEIMAGE_PATH" ] && return || :
|
||||||
cd $BASEIMAGE_PATH
|
cd $BASEIMAGE_PATH
|
||||||
docker build -t "${BASEIMAGE_NAME}:$(baseimage_releasename)" \
|
docker build -t "${BASEIMAGE_NAME}:${TFWTAG:-$(baseimage_releasename)}" \
|
||||||
-t "${BASEIMAGE_NAME}:latest" \
|
-t "${BASEIMAGE_NAME}:latest" \
|
||||||
.
|
.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user