From d68219d8d6d7c3b44798017e5dcb7cc57bbfbfbe Mon Sep 17 00:00:00 2001 From: Slavina S <3056639+blancadesal@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:06:03 +0200 Subject: [PATCH 1/2] add unrar to user container (#322) * add unrar to user container * auto update of tag * Update Dockerfile --------- Co-authored-by: Github Action Co-authored-by: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> --- images/singleuser/Dockerfile | 3 ++- paws/values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 93824924..dbfea45e 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -84,7 +84,8 @@ RUN apt-get install --yes \ nano \ vim \ lsof \ - mariadb-client + mariadb-client \ + unrar # pyaudio RUN apt-get install --yes \ diff --git a/paws/values.yaml b/paws/values.yaml index da321fcc..e834d2e6 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -282,7 +282,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-317 # singleuser tag managed by github actions + tag: pr-322 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 1G From 19ec8b988181a937ccccd513e521811eff4748fd Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:02:43 -0400 Subject: [PATCH 2/2] Bump pywikibot version (#323) * Bump pywikibot version Bug: T344493 * auto update of tag --------- Co-authored-by: Github Action --- images/singleuser/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index dbfea45e..598f9bde 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 -ENV PYWIKIBOT_VERSION=8.3.0 +ENV PYWIKIBOT_VERSION=8.3.1 ENV EDITOR=/bin/nano ENV PYWIKIBOT_DIR=/srv/paws ENV DEBIAN_FRONTEND=noninteractive diff --git a/paws/values.yaml b/paws/values.yaml index e834d2e6..ba398bc8 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -282,7 +282,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-322 # singleuser tag managed by github actions + tag: pr-323 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 1G