sha256:13d7ad242903d1d4716d3d4be13748719a4294a34e8b43de77f87c37fe628597
OS/ARCH
Compressed size
1.38 GB
Last pushed
2 days by robkooper
Type
Image
Manifest digest
sha256:8b2b8017346feb598ada8a8d4c9690bc72dd213761f9bdc89f42e7e6a1a0d503
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 #295.54 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.47 KB15RUN /bin/sh -c if grep27.17 MB16COPY scripts/install_tidyverse.sh /rocker_scripts/install_tidyverse.sh # buildkit903 B17RUN /bin/sh -c /rocker_scripts/install_tidyverse.sh #204.35 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 # buildkit749 B23COPY scripts/default_user.sh /rocker_scripts/default_user.sh # buildkit715 B24COPY scripts/init_set_env.sh /rocker_scripts/init_set_env.sh # buildkit521 B25COPY scripts/init_userconf.sh /rocker_scripts/init_userconf.sh # buildkit3.16 KB26COPY scripts/pam-helper.sh /rocker_scripts/pam-helper.sh # buildkit340 B27RUN /bin/sh -c /rocker_scripts/install_rstudio.sh #360.2 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.32 MB32COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh # buildkit1.06 KB33RUN /bin/sh -c /rocker_scripts/install_quarto.sh #554.26 KB34COPY scripts /rocker_scripts # buildkit13.17 KB35RUN /bin/sh -c apt-get update109.25 MB36COPY pecan.depends.R pecan_package_dependencies.csv pecan_deps_from_github.txt /6.25 KB37RUN /bin/sh -c Rscript -e288.91 MB38ARG PECAN_VERSION=nightly0 B39ARG PECAN_GIT_BRANCH=develop0 B40ARG PECAN_GIT_CHECKSUM=b32fe9d588b13fb8a1a52774e0aaedf204fea4820 B41ARG PECAN_GIT_DATE=2026-09-17T21:00:18Z0 B42COPY Makefile Makefile.depends /pecan/ #3.88 KB43COPY scripts/time.sh /pecan/scripts/time.sh # buildkit315 B44COPY scripts/confirm_deps.R /pecan/scripts/confirm_deps.R # buildkit1.91 KB45COPY base /pecan/base/ # buildkit1.02 MB46COPY modules /pecan/modules/ # buildkit32.36 MB47COPY models /pecan/models/ # buildkit7.15 MB48RUN |4 PECAN_VERSION=nightly PECAN_GIT_BRANCH=develop PECAN_GIT_CHECKSUM=b32fe9d588b13fb8a1a52774e0aaedf204fea48220.58 MB49WORKDIR /work94 B50COPY web/workflow.R docker/base/rstudio.sh /work/ #2.55 KB51CMD ["bash" "-c" "Rscript --vanilla0 B52ENV PECAN_VERSION=nightly PECAN_GIT_BRANCH=develop PECAN_GIT_CHECKSUM=b32fe9d588b13fb8a1a52774e0aaedf204fea482 PECAN_GIT_DATE=2026-09-17T21:00:18Z0 B53RUN /bin/sh -c apt-get update757.12 KB54WORKDIR /work32 B55ENV RABBITMQ_URI=amqp://guest:guest@rabbitmq/%2F APPLICATION=./job.sh0 B56COPY model.py /work/ # buildkit2.53 KB57CMD ["python3" "/work/model.py"]0 BCommand
ARG RELEASE