From 86998ffdfc577ad7d2eb92c171b08c2288e127fb Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Wed, 18 Dec 2024 15:43:24 -0500 Subject: [PATCH 1/2] Update Wikimedia Commons Extension Bug: T382444 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 26c1b3ef..eccf77a0 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -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.2/openrefine-commons.zip -O /tmp/openrefine-commonsextension.zip +RUN wget https://github.com/OpenRefine/CommonsExtension/releases/download/v0.1.3/openrefine-commons-extension-0.1.3.zip -O /tmp/openrefine-commonsextension.zip RUN unzip /tmp/openrefine-commonsextension.zip -d ${OPENREFINE_DIR}/webapp/extensions/ ## Done setting up OpenRefine From 8a37a39cb0a2a43c10a331e18afdc9e9816632cf Mon Sep 17 00:00:00 2001 From: Github Action Date: Wed, 18 Dec 2024 20:50:24 +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 1b954984..01c749a4 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-471 # singleuser tag managed by github actions + tag: pr-472 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G