From 26fd61d4652398f1b7e1972b59cc395a5e8e3c79 Mon Sep 17 00:00:00 2001 From: Francesco Negri Date: Thu, 19 Mar 2026 12:45:26 +0100 Subject: [PATCH 1/2] Update openrefine to 3.10.1 And use latest release for OpenRefine/CommonsExtension Bug: T418629 --- images/singleuser/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 5dbdb877..44a45517 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -156,7 +156,7 @@ USER root ENV OPENREFINE_DIR /srv/openrefine ENV PATH=$PATH:$OPENREFINE_DIR RUN mkdir -p ${OPENREFINE_DIR} && cd ${OPENREFINE_DIR} && \ - curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.9.5/openrefine-linux-3.9.5.tar.gz' | tar xzf - --strip=1 + curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.10.1/openrefine-linux-3.10.1.tar.gz' | tar xzf - --strip=1 USER root RUN apt-get install --yes unzip @@ -166,7 +166,7 @@ ENV REFINE_DIR /home/paws RUN pip install --no-cache-dir nb_serverproxy_openrefine USER root -RUN wget https://github.com/OpenRefine/CommonsExtension/releases/download/v0.1.5/openrefine-commons-extension-0.1.5-prerelease.zip -O /tmp/openrefine-commonsextension.zip +RUN wget https://github.com/OpenRefine/CommonsExtension/releases/download/v0.1.5/openrefine-commons-extension-0.1.5.zip -O /tmp/openrefine-commonsextension.zip RUN unzip /tmp/openrefine-commonsextension.zip -d ${OPENREFINE_DIR}/webapp/extensions/ ## Done setting up OpenRefine From bae06ae193d248904bfe05b1b8cf642c1483eaac Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 19 Mar 2026 11:53:25 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index 4fef79e3..7b952f33 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -276,7 +276,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-508 # singleuser tag managed by github actions + tag: pr-510 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G