sha256:375f7783119308e4fa9197a707064e7d238e958969deea8d05742e1d853eb73a
OS/ARCH
linux/amd64
Compressed size
1.32 GB
Last pushed
4 months by froggleston
Type
Image
Manifest digest
sha256:0fde7e82a2bdf11e3892c5cc4b74593a69abb03f8e8324d3e2bc6a38669666b5
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV R_VERSION=4.5.30 B7ENV R_HOME=/usr/local/lib/R0 B8ENV TZ=Etc/UTC0 B9COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh # buildkit1.81 KB10RUN /bin/sh -c /rocker_scripts/install_R_source.sh #292.7 MB11ENV CRAN=https://p3m.dev/cran/__linux__/noble/2026-04-230 B12ENV LANG=en_US.UTF-80 B13COPY scripts/bin/ /rocker_scripts/bin/ # buildkit2.76 KB14COPY scripts/setup_R.sh /rocker_scripts/setup_R.sh # buildkit1.46 KB15RUN /bin/sh -c if grep27.17 MB16ENV S6_VERSION=v2.1.0.20 B17ENV RSTUDIO_VERSION=2026.04.0+5260 B18ENV DEFAULT_USER=rstudio0 B19COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh # buildkit1.87 KB20COPY scripts/install_s6init.sh /rocker_scripts/install_s6init.sh # buildkit748 B21COPY scripts/default_user.sh /rocker_scripts/default_user.sh # buildkit714 B22COPY scripts/init_set_env.sh /rocker_scripts/init_set_env.sh # buildkit521 B23COPY scripts/init_userconf.sh /rocker_scripts/init_userconf.sh # buildkit3.16 KB24COPY scripts/pam-helper.sh /rocker_scripts/pam-helper.sh # buildkit341 B25RUN /bin/sh -c /rocker_scripts/install_rstudio.sh #372.48 MB26EXPOSE [8787/tcp]0 B27CMD ["/init"]0 B28COPY scripts/install_pandoc.sh /rocker_scripts/install_pandoc.sh # buildkit1.25 KB29RUN /bin/sh -c /rocker_scripts/install_pandoc.sh #33.15 MB30COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh # buildkit1.05 KB31RUN /bin/sh -c /rocker_scripts/install_quarto.sh #554.29 KB32COPY scripts /rocker_scripts # buildkit17.97 KB33LABEL source=https://github.com/carpentries/workbench-docker/Dockerfile0 B34LABEL maintainer.name=Robert Davey0 B36SHELL [/bin/bash -o pipefail -c]0 B37WORKDIR /home/rstudio32 B38COPY .Renviron /home/rstudio/.Renviron # buildkit245 B39RUN /bin/bash -o pipefail -c244 B40COPY .env /home/rstudio/.env # buildkit428 B41RUN /bin/bash -o pipefail -c423 B42COPY local_entrypoint.sh . # buildkit435 B43RUN /bin/bash -o pipefail -c433 B44COPY start.sh . # buildkit384 B45RUN /bin/bash -o pipefail -c381 B46COPY scripts/* /home/rstudio/.workbench/ # buildkit4.75 KB47RUN /bin/bash -o pipefail -c5.03 KB48RUN /bin/bash -o pipefail -c61.18 MB49RUN /bin/bash -o pipefail -c9.49 MB50RUN /bin/bash -o pipefail -c294.65 MB51RUN /bin/bash -o pipefail -c64.28 MB52RUN /bin/bash -o pipefail -c170 B53RUN /bin/bash -o pipefail -c42.25 MB54ARG SANDPAPER_REF=main0 B55ARG VARNISH_REF=main0 B56ARG PEGBOARD_REF=main0 B57ARG NO_LATEST=true0 B58ENV SANDPAPER_REF=main0 B59ENV VARNISH_REF=main0 B60ENV PEGBOARD_REF=main0 B61ENV NO_LATEST=true0 B62RUN |4 SANDPAPER_REF=main VARNISH_REF=main PEGBOARD_REF=main127.87 MB63RUN |4 SANDPAPER_REF=main VARNISH_REF=main PEGBOARD_REF=main32 BCommand
ARG RELEASE