sha256:e527b3c477e239d9717a7d53d0bc2d05b9a0e2bb64830524a41bedf6665bada0
OS/ARCH
linux/amd64
Compressed size
1.49 GB
Last pushed
about 4 years by levansltscomputingllc
Type
Image
Manifest digest
sha256:e527b3c477e239d9717a7d53d0bc2d05b9a0e2bb64830524a41bedf6665bada0
Image Layers
1ADD file ... in / 27.25 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=Rocker Project0 B4ENV R_VERSION=4.2.10 B5ENV R_HOME=/usr/local/lib/R0 B6ENV TZ=Etc/UTC0 B7COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh # buildkit1.68 KB8RUN /bin/sh -c /rocker_scripts/install_R_source.sh #246.35 MB9ENV CRAN=https://packagemanager.rstudio.com/cran/__linux__/focal/latest0 B10ENV LANG=en_US.UTF-80 B11COPY scripts /rocker_scripts # buildkit19.3 KB12RUN /bin/sh -c /rocker_scripts/setup_R.sh #36.19 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=Rocker Project0 B15ENV S6_VERSION=v2.1.0.20 B16ENV RSTUDIO_VERSION=2022.07.1+5540 B17ENV DEFAULT_USER=rstudio0 B18ENV PANDOC_VERSION=default0 B19ENV QUARTO_VERSION=default0 B20RUN /bin/sh -c /rocker_scripts/install_rstudio.sh #223.14 MB21RUN /bin/sh -c /rocker_scripts/install_pandoc.sh #26.31 KB22RUN /bin/sh -c /rocker_scripts/install_quarto.sh #51.96 KB23EXPOSE map[8787/tcp:{}]0 B24CMD ["/init"]0 B26RUN /bin/sh -c apt-get update297.87 MB27RUN /bin/sh -c install2.r openssl9.83 MB28RUN /bin/sh -c cp /usr/local/lib/R/etc/Renviron294.76 MB29RUN /bin/sh -c install2.r 7.41 MB30ENV WORKON_HOME=/opt/.virtualenvs0 B31RUN /bin/sh -c R <<EOF
reticulate::use_python("/usr/bin/python3",224.43 MB32RUN /bin/sh -c install2.r 97.78 MB33ENV DATABASECONNECTOR_JAR_FOLDER=/opt/hades/jdbc_drivers0 B34RUN /bin/sh -c R <<EOF
library(DatabaseConnector);
downloadJdbcDrivers('postgresql');
downloadJdbcDrivers('redshift');
downloadJdbcDrivers('sql29.01 MB35RUN /bin/sh -c install2.r Rserve1.86 MB36COPY Rserv.conf /etc/Rserv.conf # buildkit183 B37COPY startRserve.R /usr/local/bin/startRserve.R # buildkit595 B38RUN /bin/sh -c chmod +x593 B39EXPOSE map[8787/tcp:{}]0 B40EXPOSE map[6311/tcp:{}]0 B41RUN /bin/sh -c apt-get update26.96 MB42RUN /bin/sh -c echo ""295 B43CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ADD file:ff6963f777661fb16cc12fb04a97c558bd94768a6e4ab5bd90e01f3086818853 in /