Skip to content

Commit

Permalink
Test image build
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Nov 5, 2024
1 parent 38cf082 commit 090c1d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/jobber/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.20.0

RUN apk --no-cache add curl jq

WORKDIR /opt/mediawiki
2 changes: 1 addition & 1 deletion images/nbserve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
1 change: 1 addition & 0 deletions images/paws-hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM jupyterhub/k8s-hub:3.3.8

ARG NB_USER=tools.paws
ARG NB_UID=52771
ARG HOME=/home/paws
Expand Down
2 changes: 1 addition & 1 deletion images/renderer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3-pip \
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04

ENV PYWIKIBOT_VERSION=9.5.0
ENV EDITOR=/bin/nano
ENV PYWIKIBOT_DIR=/srv/paws
Expand Down

0 comments on commit 090c1d9

Please sign in to comment.