From a2904caea2aa3e218384be5c222d82e95e5ae02d Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Thu, 28 Nov 2024 10:02:27 +0100
Subject: [PATCH] Update cqpserver image version
---
app/jobs/handle_corpora.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/jobs/handle_corpora.py b/app/jobs/handle_corpora.py
index eece43e2..5caa6de2 100644
--- a/app/jobs/handle_corpora.py
+++ b/app/jobs/handle_corpora.py
@@ -50,7 +50,7 @@ def _create_build_corpus_service(corpus: Corpus):
''' ## Constraints ## '''
constraints = ['node.role==worker']
''' ## 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 = {
'nopaque.server_name': current_app.config['SERVER_NAME']
@@ -141,7 +141,7 @@ def _create_cqpserver_container(corpus: Corpus):
''' ## Entrypoint ## '''
entrypoint = ['bash', '-c']
''' ## 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 = f'nopaque-cqpserver-{corpus.id}'
''' ## Network ## '''