clean up tag_suffix -no longer needed
This commit is contained in:
		
							parent
							
								
									caece13acc
								
							
						
					
					
						commit
						2af8a4490a
					
				| @ -1,5 +1,4 @@ | |||||||
| ARG TAG_SUFFIX="-modern" | FROM sigp/lighthouse:v5.1.2 | ||||||
| FROM sigp/lighthouse:v4.3.0${TAG_SUFFIX} |  | ||||||
| 
 | 
 | ||||||
| RUN apt-get update; apt-get install bash netcat curl less jq wget -y; | RUN apt-get update; apt-get install bash netcat curl less jq wget -y; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -6,4 +6,4 @@ source ${CERC_CONTAINER_BASE_DIR}/build-base.sh | |||||||
| # See: https://stackoverflow.com/a/246128/1701505 | # See: https://stackoverflow.com/a/246128/1701505 | ||||||
| SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | ||||||
| 
 | 
 | ||||||
| docker build -t cerc/lighthouse:local ${build_command_args} --build-arg TAG_SUFFIX="" ${SCRIPT_DIR} | docker build -t cerc/lighthouse:local ${build_command_args} ${SCRIPT_DIR} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user