sha256:114a1b4dbd917fe4707518a6f0d907d6cb7c5df3fe41602f88f6d965f6530527
OS/ARCH
linux/amd64
Compressed size
4.11 GB
Last pushed
4 months by analislas
Type
Image
Manifest digest
sha256:114a1b4dbd917fe4707518a6f0d907d6cb7c5df3fe41602f88f6d965f6530527
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 29.18 MB5CMD ["/bin/bash"]0 B6ENV R_VERSION=4.6.00 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 #293.72 MB11ENV CRAN=https://p3m.dev/cran/__linux__/noble/latest0 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.47 KB15RUN /bin/sh -c if grep27.18 MB16COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh # buildkit903 B17RUN /bin/sh -c /rocker_scripts/install_tidyverse.sh #205.8 MB18ENV S6_VERSION=v2.1.0.20 B19ENV RSTUDIO_VERSION=2026.04.0+5260 B20ENV DEFAULT_USER=rstudio0 B21COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh # buildkit1.87 KB22COPY scripts/install_s6init.sh /rocker_scripts/install_s6init.sh # buildkit751 B23COPY scripts/default_user.sh /rocker_scripts/default_user.sh # buildkit717 B24COPY scripts/init_set_env.sh /rocker_scripts/init_set_env.sh # buildkit523 B25COPY scripts/init_userconf.sh /rocker_scripts/init_userconf.sh # buildkit3.17 KB26COPY scripts/pam-helper.sh /rocker_scripts/pam-helper.sh # buildkit346 B27RUN /bin/sh -c /rocker_scripts/install_rstudio.sh #357.92 MB28EXPOSE [8787/tcp]0 B29CMD ["/init"]0 B30COPY scripts/install_pandoc.sh /rocker_scripts/install_pandoc.sh # buildkit1.25 KB31RUN /bin/sh -c /rocker_scripts/install_pandoc.sh #33.18 MB32COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh # buildkit1.06 KB33RUN /bin/sh -c /rocker_scripts/install_quarto.sh #554.27 KB34COPY scripts /rocker_scripts # buildkit17.66 KB35COPY src /install_scripts # buildkit491 B36USER root0 B37WORKDIR /workdir130 B38ENV DEBIAN_FRONTEND=noninteractive0 B39ENV PATH=/root/.local/lib/shellspec:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B40ENV PIP_BREAK_SYSTEM_PACKAGES=10 B41ENV PYTHONIOENCODING=utf-80 B42ENV QT_QPA_PLATFORM=offscreen0 B43ENV TZ=US/Pacific0 B44RUN /bin/sh -c apt update2.38 GB45RUN /bin/sh -c ln --symbolic153 B46RUN /bin/sh -c python3 -m4 MB47RUN /bin/sh -c /opt/venv/bin/pip install5.28 MB48ENV PATH=/opt/venv/bin:/root/.local/lib/shellspec:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B49RUN /bin/sh -c pip install385.47 MB50RUN /bin/sh -c Rscript -e8.64 MB51RUN /bin/sh -c /install_scripts/install_shellspec.sh #961.93 KB52RUN /bin/sh -c git clone17.84 KB53CMD ["bash" "-c" "umask 0000 B54COPY . /workdir # buildkit7.93 MB55COPY ./.R/Makevars /root/.R/Makevars # buildkit213 B56RUN /bin/sh -c apt update79.59 MB57RUN /bin/sh -c make install190.83 MB58COPY . /workdir # buildkit136.68 MB59RUN /bin/sh -c apt update2.16 MB60RUN /bin/sh -c pip install872.22 KB61RUN /bin/sh -c R -e8.62 MB62RUN /bin/sh -c R -e1.09 MB63RUN /bin/sh -c R -e32 BCommand
ARG RELEASE