sha256:39ffa441a840dd266ba8e22e427d59135393310f5c32140fc602235c896c7148
OS/ARCH
linux/amd64
Compressed size
781.91 MB
Last pushed
about 5 years by mitre
Type
Image
Manifest digest
sha256:39ffa441a840dd266ba8e22e427d59135393310f5c32140fc602235c896c7148
Image Layers
1ADD file ... in / 27.23 MB2CMD ["bash"]0 B3LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker-versioned2 org.opencontainers.image.vendor=Rocker0 B4ENV R_VERSION=4.1.00 B5ENV TERM=xterm0 B6ENV LC_ALL=en_US.UTF-80 B7ENV LANG=en_US.UTF-80 B8ENV R_HOME=/usr/local/lib/R0 B9ENV CRAN=https://packagemanager.rstudio.com/all/__linux__/focal/latest0 B10ENV TZ=Etc/UTC0 B11COPY dir:48c9da0196ad8240ae9f5806c533bc20a94f340183093b6d50bdbe1f9537d448 in /rocker_scripts 18.31 KB12/bin/sh -c /rocker_scripts/install_R.sh280.47 MB13CMD ["R"]0 B14LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker-versioned2 org.opencontainers.image.vendor=Rocker0 B15ENV S6_VERSION=v2.1.0.20 B16ENV RSTUDIO_VERSION=1.4.17170 B17ENV PATH=/usr/lib/rstudio-server/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B18/bin/sh -c /rocker_scripts/install_rstudio.sh210.29 MB19/bin/sh -c /rocker_scripts/install_pandoc.sh25.95 KB20EXPOSE 87870 B21CMD ["/init"]0 B22LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker-versioned2 org.opencontainers.image.vendor=Rocker0 B23/bin/sh -c /rocker_scripts/install_tidyverse.sh184.8 MB25WORKDIR /app92 B26COPY LICENSE /LICENSE # buildkit751 B27COPY README.md /README.md # buildkit1.92 KB28RUN /bin/sh -c addgroup --gid2.03 KB29RUN /bin/sh -c mkdir /app/R_libs113 B30RUN /bin/sh -c echo "R_LIBS_USER=/app/R_libs"198 B31RUN /bin/sh -c echo ".libPaths(c('/app/R_libs',203 B32RUN /bin/sh -c R -e10 MB33ADD exec/gcdriver.R /usr/local/bin/ # buildkit1.56 KB34RUN /bin/sh -c chmod ugo+rx1.56 KB35RUN /bin/sh -c chown -R10 MB36USER gcuser0 B38USER root0 B39RUN /bin/sh -c apt-get update43.34 MB40RUN /bin/sh -c echo "/usr/local/lib/R/lib"177 B41RUN /bin/sh -c ldconfig #8.97 KB42COPY . /app # buildkit60.13 KB43COPY LICENSE /LICENSE # buildkit3.92 KB44COPY README.md /README.md # buildkit1.7 KB45RUN /bin/sh -c echo "Image183 B46RUN /bin/sh -c echo `date216 B47WORKDIR /app32 B48RUN /bin/sh -c pip3 install5.59 MB49RUN /bin/sh -c chown -R10.06 MB50USER gcuser0 B51ENTRYPOINT ["python3"]0 B52CMD ["app.py"]0 BCommand
ADD file:920cf788d1ba88f76c97e41e03e4dc2f3005b08d65b5e9da9dd1cbe20a74459b in /