develop
sha256:53452e791403cf81f9e8e18c5892bf22b05993bdedaae8e5922bb930131b2196
OS/ARCH
linux/amd64
Compressed size
1.27 GB
Last pushed
3 days by robkooper
Type
Image
Manifest digest
sha256:d2811482f61bda6b8275c1631ac82d0eb518dd23dde95f15675639d0aa887926
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=20.04
0 B
5
ADD file ... in /
26.24 MB
6
CMD ["/bin/bash"]
0 B
7
LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker-versioned2 org.opencontainers.image.vendor=Rocker Project
0 B
8
ENV R_VERSION=4.1.3
0 B
9
ENV R_HOME=/usr/local/lib/R
0 B
10
ENV TZ=Etc/UTC
0 B
11
COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh # buildkit
1.81 KB
12
RUN /bin/sh -c /rocker_scripts/install_R_source.sh #
240.39 MB
13
ENV CRAN=https://p3m.dev/cran/__linux__/focal/2022-04-21
0 B
14
ENV LANG=en_US.UTF-8
0 B
15
COPY scripts /rocker_scripts # buildkit
23.05 KB
16
RUN /bin/sh -c /rocker_scripts/setup_R.sh #
36.18 MB
17
CMD ["R"]
0 B
18
LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker-versioned2 org.opencontainers.image.vendor=Rocker Project
0 B
19
ENV S6_VERSION=v2.1.0.2
0 B
20
ENV RSTUDIO_VERSION=2022.02.2+485
0 B
21
ENV DEFAULT_USER=rstudio
0 B
22
ENV PANDOC_VERSION=default
0 B
23
RUN /bin/sh -c /rocker_scripts/install_rstudio.sh #
224.71 MB
24
RUN /bin/sh -c /rocker_scripts/install_pandoc.sh #
26.13 KB
25
EXPOSE map[8787/tcp:{}]
0 B
26
CMD ["/init"]
0 B
27
LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker-versioned2 org.opencontainers.image.vendor=Rocker Project
0 B
28
RUN /bin/sh -c /rocker_scripts/install_tidyverse.sh #
144.09 MB
29
RUN /bin/sh -c apt-get update
140.02 MB
30
COPY pecan.depends.R pecan_package_dependencies.csv pecan_deps_from_github.txt /
5.93 KB
31
RUN /bin/sh -c Rscript -e
486.69 MB
Command
ARG RELEASE