sha256:22039edf75f0c30a823808935298f59789f864268e80f6d093a07f9f41ff8f6c
OS/ARCH
Compressed size
946.27 MB
Last pushed
5 months by bengal1
Type
Image
Manifest digest
sha256:59255c07800de7784e542733b15f53d9c99230490c66688d028650dec2d93800
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B7ENV R_VERSION=4.5.30 B8ENV R_HOME=/usr/local/lib/R0 B9ENV TZ=Etc/UTC0 B10COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh # buildkit1.81 KB11RUN /bin/sh -c /rocker_scripts/install_R_source.sh #295.22 MB12ENV CRAN=https://p3m.dev/cran/__linux__/noble/latest0 B13ENV LANG=en_US.UTF-80 B14COPY scripts/bin/ /rocker_scripts/bin/ # buildkit2.76 KB15COPY scripts/setup_R.sh /rocker_scripts/setup_R.sh # buildkit1.47 KB16RUN /bin/sh -c if grep27.17 MB17COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh # buildkit899 B18RUN /bin/sh -c /rocker_scripts/install_tidyverse.sh #203.53 MB19ENV S6_VERSION=v2.1.0.20 B20ENV RSTUDIO_VERSION=2026.01.2+4180 B21ENV DEFAULT_USER=rstudio0 B22COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh # buildkit1.87 KB23COPY scripts/install_s6init.sh /rocker_scripts/install_s6init.sh # buildkit750 B24COPY scripts/default_user.sh /rocker_scripts/default_user.sh # buildkit717 B25COPY scripts/init_set_env.sh /rocker_scripts/init_set_env.sh # buildkit524 B26COPY scripts/init_userconf.sh /rocker_scripts/init_userconf.sh # buildkit3.17 KB27COPY scripts/pam-helper.sh /rocker_scripts/pam-helper.sh # buildkit345 B28RUN /bin/sh -c /rocker_scripts/install_rstudio.sh #344.22 MB29EXPOSE [8787/tcp]0 B30CMD ["/init"]0 B31COPY scripts/install_pandoc.sh /rocker_scripts/install_pandoc.sh # buildkit1.25 KB32RUN /bin/sh -c /rocker_scripts/install_pandoc.sh #33.17 MB33COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh # buildkit1.05 KB34RUN /bin/sh -c /rocker_scripts/install_quarto.sh #717.21 KB35COPY scripts /rocker_scripts # buildkit13.17 KB36RUN /bin/sh -c Rscript -e13.86 MB37WORKDIR /app93 B38COPY *.R . # buildkit5.59 KB39COPY entrypoint.sh /entrypoint.sh # buildkit246 B40RUN /bin/sh -c chmod +x5.73 KB41USER 10000 B42EXPOSE [3838/tcp]0 B43ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE