We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cab863c + 4815a1e commit a378845Copy full SHA for a378845
images/singleuser/Dockerfile
@@ -72,6 +72,7 @@ RUN apt-get install --yes \
72
links \
73
nano \
74
vim \
75
+ lsof \
76
mariadb-client
77
78
paws/values.yaml
@@ -278,7 +278,7 @@ jupyterhub:
278
fsGid: 52771
279
image:
280
name: quay.io/wikimedia-paws-prod/singleuser
281
- tag: pr-114 # singleuser tag managed by github actions
+ tag: pr-76 # singleuser tag managed by github actions
282
pullPolicy: Always
283
memory:
284
guarantee: 1G
0 commit comments