From 184884764cabdd7872160779906d0771b53cf70c Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Thu, 21 Nov 2024 07:44:24 -0500 Subject: [PATCH 1/3] Update OpenRefine Bug: T380436 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 61e87a2c..f898db45 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.8.5/openrefine-linux-3.8.5.tar.gz' | tar xzf - --strip=1 + curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.8.6/openrefine-linux-3.8.6.tar.gz' | tar xzf - --strip=1 USER root RUN apt-get install --yes unzip From 56dfd3b7edef728394542a630a1ba3e8aa5b0d0d Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 21 Nov 2024 12:45:14 +0000 Subject: [PATCH 2/3] 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 273520ad..e5b738ce 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-459 # singleuser tag managed by github actions + tag: pr-462 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G From 73f65fba2d9936424cde6cfd3902ea7bcbf35921 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Fri, 22 Nov 2024 08:20:32 -0500 Subject: [PATCH 3/3] Better OpenRefine update --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 067b9b0d..e3da74d4 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.8.6/openrefine-linux-3.8.6.tar.gz' | tar xzf - --strip=1 + curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.8.7/openrefine-linux-3.8.7.tar.gz' | tar xzf - --strip=1 USER root RUN apt-get install --yes unzip