Pull newest image of sub projects while re/starting the bridgehead
This commit is contained in:
		@@ -14,6 +14,9 @@ function exliquidSetup() {
 | 
			
		||||
	esac
 | 
			
		||||
	if [[ $EXLIQUID -eq 1 ]]; then
 | 
			
		||||
		log INFO "EXLIQUID setup detected -- will start Report-Hub."
 | 
			
		||||
 | 
			
		||||
		docker pull samply/report-hub:latest
 | 
			
		||||
 | 
			
		||||
		OVERRIDE+=" -f ./$PROJECT/exliquid-compose.yml"
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
@@ -4,6 +4,10 @@ function nngmSetup() {
 | 
			
		||||
	if [ -n "$NNGM_CTS_APIKEY" ]; then
 | 
			
		||||
		log INFO "nNGM setup detected -- will start nNGM Connector."
 | 
			
		||||
		OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml"
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
		docker pull docker.verbis.dkfz.de/ccp/connector:bk2
 | 
			
		||||
		docker pull postgres:9.5-alpine
 | 
			
		||||
 | 
			
		||||
		CONNECTOR_POSTGRES_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user