mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Update cqpserver image version
This commit is contained in:
		@@ -50,7 +50,7 @@ def _create_build_corpus_service(corpus: Corpus):
 | 
				
			|||||||
    ''' ## Constraints ## '''
 | 
					    ''' ## Constraints ## '''
 | 
				
			||||||
    constraints = ['node.role==worker']
 | 
					    constraints = ['node.role==worker']
 | 
				
			||||||
    ''' ## Image ## '''
 | 
					    ''' ## Image ## '''
 | 
				
			||||||
    image = f'{current_app.config["NOPAQUE_DOCKER_IMAGE_PREFIX"]}cwb:r1879'
 | 
					    image = f'{current_app.config["NOPAQUE_DOCKER_IMAGE_PREFIX"]}cwb:r1887'
 | 
				
			||||||
    ''' ## Labels ## '''
 | 
					    ''' ## Labels ## '''
 | 
				
			||||||
    labels = {
 | 
					    labels = {
 | 
				
			||||||
        'nopaque.server_name': current_app.config['SERVER_NAME']
 | 
					        'nopaque.server_name': current_app.config['SERVER_NAME']
 | 
				
			||||||
@@ -141,7 +141,7 @@ def _create_cqpserver_container(corpus: Corpus):
 | 
				
			|||||||
    ''' ## Entrypoint ## '''
 | 
					    ''' ## Entrypoint ## '''
 | 
				
			||||||
    entrypoint = ['bash', '-c']
 | 
					    entrypoint = ['bash', '-c']
 | 
				
			||||||
    ''' ## Image ## '''
 | 
					    ''' ## Image ## '''
 | 
				
			||||||
    image = f'{current_app.config["NOPAQUE_DOCKER_IMAGE_PREFIX"]}cwb:r1879'
 | 
					    image = f'{current_app.config["NOPAQUE_DOCKER_IMAGE_PREFIX"]}cwb:r1887'
 | 
				
			||||||
    ''' ## Name ## '''
 | 
					    ''' ## Name ## '''
 | 
				
			||||||
    name = f'nopaque-cqpserver-{corpus.id}'
 | 
					    name = f'nopaque-cqpserver-{corpus.id}'
 | 
				
			||||||
    ''' ## Network ## '''
 | 
					    ''' ## Network ## '''
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user