mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 11:12:55 +00:00 
			
		
		
		
	Make build_baseimage tag with latest as well as VERSION
This commit is contained in:
		@@ -29,7 +29,7 @@ build_baseimage()
 | 
				
			|||||||
    cd $BASEIMAGE_PATH
 | 
					    cd $BASEIMAGE_PATH
 | 
				
			||||||
    VERSION="$(cat VERSION | head -n 1)"
 | 
					    VERSION="$(cat VERSION | head -n 1)"
 | 
				
			||||||
    DATE="$(date +%Y%m%d)"
 | 
					    DATE="$(date +%Y%m%d)"
 | 
				
			||||||
    docker build -t "${BASEIMAGE_NAME}:${VERSION}-${DATE}" .
 | 
					    docker build -t "${BASEIMAGE_NAME}:${VERSION}-${DATE}" -t "${BASEIMAGE_NAME}:latest" .
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_backend()
 | 
					build_backend()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user