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