mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 05:52:56 +00:00 
			
		
		
		
	Implement tfw.sh buildtfw TAG overriding
This commit is contained in:
		@@ -23,8 +23,8 @@ 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"                              \
 | 
				
			||||||
                 .
 | 
					                 .
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user