Namespace
rocker
Image / Tag
rstudio:3
Content Digest
sha256:1b74ea7a6a2a934823b7179aff8f446705a7d17fdb9bba2ab5e4c904fe1916c6
Details
Created

2019-07-10 23:40:40 UTC

Size

405 MB

Content Digest
Labels
  • maintainer
    Carl Boettiger <cboettig@ropensci.org>
  • org.label-schema.license
    GPL-2.0
  • org.label-schema.vcs-url
    https://github.com/rocker-org/rocker-versioned
  • org.label-schema.vendor
    Rocker Project

Environment
BUILD_DATE

2019-07-05

LANG

en_US.UTF-8

LC_ALL

en_US.UTF-8

PANDOC_TEMPLATES_VERSION

2.6

PATH

/usr/lib/rstudio-server/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RSTUDIO_VERSION

1.2.1335

R_VERSION

3.6.0

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

S6_VERSION

v1.21.7.0

TERM

xterm


Layers

[#000] sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 - 10.67% (43.2 MB)

[#001] sha256:fb232e1cbf74f0fbcc4777cbfa268e7edacec9b944284fecb9a49a0717727371 - 48.39% (196 MB)

[#002] sha256:53a69644892140b394d496f0206f1e7caaffe83ac5c60245721b2d00189e0914 - 40.95% (166 MB)

[#003] sha256:0a98bf8e346bef6e92b33f0f28c5a473b6248a9ceb21686c5139485961033a8e - 0.0% (1.49 KB)

[#004] sha256:80070ed7cf8857a7fa54e7506039f1dc8c03beb2ce337fb45c2c7a963d6c3336 - 0.0% (711 Bytes)

[#005] sha256:3dda0c19343b691057ef5913c40aa79e2d65e2ffb9cfead972003f055c52854a - 0.0% (246 Bytes)

[#006] sha256:c8dedce96c17f919cd38e6d135303d3f2ca29bf0f73245671e1e3693bfa3169f - 0.0% (407 Bytes)


History
2019-07-09 21:31:30 UTC

/bin/sh -c #(nop) ADD file:f615b611820773fd6bdf2fda01a5b2f24ca2877bd63fa0abd274985bed212e67 in /

2019-07-09 21:31:30 UTC

/bin/sh -c #(nop) CMD ["bash"]

2019-07-10 22:55:33 UTC

/bin/sh -c #(nop) LABEL org.label-schema.license=GPL-2.0 org.label-schema.vcs-url=https://github.com/rocker-org/rocker-versioned org.label-schema.vendor=Rocker Project maintainer=Carl Boettiger <cboettig@ropensci.org>

2019-07-10 22:55:34 UTC

/bin/sh -c #(nop) ARG R_VERSION

2019-07-10 22:55:34 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2019-07-10 22:55:34 UTC

/bin/sh -c #(nop) ENV BUILD_DATE=2019-07-05

2019-07-10 22:55:35 UTC

/bin/sh -c #(nop) ENV R_VERSION=3.6.0 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2019-07-10 23:32:43 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash-completion ca-certificates file fonts-texgyre g++ gfortran gsfonts libblas-dev libbz2-1.0 libcurl3 libicu57 libjpeg62-turbo libopenblas-dev libpangocairo-1.0-0 libpcre3 libpng16-16 libreadline7 libtiff5 liblzma5 locales make unzip zip zlib1g && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && /usr/sbin/update-locale LANG=en_US.UTF-8 && BUILDDEPS="curl default-jdk libbz2-dev libcairo2-dev libcurl4-openssl-dev libpango1.0-dev libjpeg-dev libicu-dev libpcre3-dev libpng-dev libreadline-dev libtiff5-dev liblzma-dev libx11-dev libxt-dev perl tcl8.6-dev tk8.6-dev texinfo texlive-extra-utils texlive-fonts-recommended texlive-fonts-extra texlive-latex-recommended x11proto-core-dev xauth xfonts-base xvfb zlib1g-dev" && apt-get install -y --no-install-recommends $BUILDDEPS && cd tmp/ && curl -O https://cran.r-project.org/src/base/R-3/R-${R_VERSION}.tar.gz && tar -xf R-${R_VERSION}.tar.gz && cd R-${R_VERSION} && R_PAPERSIZE=letter R_BATCHSAVE="--no-save --no-restore" R_BROWSER=xdg-open PAGER=/usr/bin/pager PERL=/usr/bin/perl R_UNZIPCMD=/usr/bin/unzip R_ZIPCMD=/usr/bin/zip R_PRINTCMD=/usr/bin/lpr LIBnn=lib AWK=/usr/bin/awk CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g" ./configure --enable-R-shlib --enable-memory-profiling --with-readline --with-blas --with-tcltk --disable-nls --with-recommended-packages && make && make install && echo "options(repos = c(CRAN = 'https://cran.rstudio.com/'), download.file.method = 'libcurl')" >> /usr/local/lib/R/etc/Rprofile.site && mkdir -p /usr/local/lib/R/site-library && chown root:staff /usr/local/lib/R/site-library && chmod g+wx /usr/local/lib/R/site-library && echo "R_LIBS_USER='/usr/local/lib/R/site-library'" >> /usr/local/lib/R/etc/Renviron && echo "R_LIBS=\${R_LIBS-'/usr/local/lib/R/site-library:/usr/local/lib/R/library:/usr/lib/R/library'}" >> /usr/local/lib/R/etc/Renviron && [ -z "$BUILD_DATE" ] && BUILD_DATE=$(TZ="America/Los_Angeles" date -I) || true && MRAN=https://mran.microsoft.com/snapshot/${BUILD_DATE} && echo MRAN=$MRAN >> /etc/environment && export MRAN=$MRAN && echo "options(repos = c(CRAN='$MRAN'), download.file.method = 'libcurl')" >> /usr/local/lib/R/etc/Rprofile.site && Rscript -e "install.packages(c('littler', 'docopt'), repo = '$MRAN')" && ln -s /usr/local/lib/R/site-library/littler/examples/install2.r /usr/local/bin/install2.r && ln -s /usr/local/lib/R/site-library/littler/examples/installGithub.r /usr/local/bin/installGithub.r && ln -s /usr/local/lib/R/site-library/littler/bin/r /usr/local/bin/r && cd / && rm -rf /tmp/* && apt-get remove --purge -y $BUILDDEPS && apt-get autoremove -y && apt-get autoclean -y && rm -rf /var/lib/apt/lists/*

2019-07-10 23:32:44 UTC

/bin/sh -c #(nop) CMD ["R"]

2019-07-10 23:37:48 UTC

/bin/sh -c #(nop) ARG RSTUDIO_VERSION

2019-07-10 23:37:48 UTC

/bin/sh -c #(nop) ENV RSTUDIO_VERSION=1.2.1335

2019-07-10 23:37:48 UTC

/bin/sh -c #(nop) ARG S6_VERSION

2019-07-10 23:37:49 UTC

/bin/sh -c #(nop) ARG PANDOC_TEMPLATES_VERSION

2019-07-10 23:37:49 UTC

/bin/sh -c #(nop) ENV S6_VERSION=v1.21.7.0

2019-07-10 23:37:50 UTC

/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2019-07-10 23:37:50 UTC

/bin/sh -c #(nop) ENV PATH=/usr/lib/rstudio-server/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-07-10 23:37:50 UTC

/bin/sh -c #(nop) ENV PANDOC_TEMPLATES_VERSION=2.6

2019-07-10 23:40:36 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends file git libapparmor1 libcurl4-openssl-dev libedit2 libssl-dev lsb-release psmisc procps python-setuptools sudo wget libclang-dev libclang-3.8-dev libobjc-6-dev libclang1-3.8 libclang-common-3.8-dev libllvm3.8 libobjc4 libgc1c2 && if [ -z "$RSTUDIO_VERSION" ]; then RSTUDIO_URL="https://www.rstudio.org/download/latest/stable/server/debian9_64/rstudio-server-latest-amd64.deb"; else RSTUDIO_URL="http://download2.rstudio.org/server/debian9/x86_64/rstudio-server-${RSTUDIO_VERSION}-amd64.deb"; fi && wget -q $RSTUDIO_URL && dpkg -i rstudio-server-*-amd64.deb && rm rstudio-server-*-amd64.deb && ln -s /usr/lib/rstudio-server/bin/pandoc/pandoc /usr/local/bin && ln -s /usr/lib/rstudio-server/bin/pandoc/pandoc-citeproc /usr/local/bin && git clone --recursive --branch ${PANDOC_TEMPLATES_VERSION} https://github.com/jgm/pandoc-templates && mkdir -p /opt/pandoc/templates && cp -r pandoc-templates*/* /opt/pandoc/templates && rm -rf pandoc-templates* && mkdir /root/.pandoc && ln -s /opt/pandoc/templates /root/.pandoc/templates && apt-get clean && rm -rf /var/lib/apt/lists/ && mkdir -p /etc/R && echo '\n \n# Configure httr to perform out-of-band authentication if HTTR_LOCALHOST \n# is not set since a redirect to localhost may not work depending upon \n# where this Docker container is running. \nif(is.na(Sys.getenv("HTTR_LOCALHOST", unset=NA))) { \n options(httr_oob_default = TRUE) \n}' >> /usr/local/lib/R/etc/Rprofile.site && echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron && useradd rstudio && echo "rstudio:rstudio" | chpasswd && mkdir /home/rstudio && chown rstudio:rstudio /home/rstudio && addgroup rstudio staff && echo 'rsession-which-r=/usr/local/bin/R' >> /etc/rstudio/rserver.conf && echo 'lock-type=advisory' >> /etc/rstudio/file-locks && git config --system credential.helper 'cache --timeout=3600' && git config --system push.default simple && wget -P /tmp/ https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/s6-overlay-amd64.tar.gz && tar xzf /tmp/s6-overlay-amd64.tar.gz -C / && mkdir -p /etc/services.d/rstudio && echo '#!/usr/bin/with-contenv bash \n## load /etc/environment vars first: \n for line in $( cat /etc/environment ) ; do export $line ; done \n exec /usr/lib/rstudio-server/bin/rserver --server-daemonize 0' > /etc/services.d/rstudio/run && echo '#!/bin/bash \n rstudio-server stop' > /etc/services.d/rstudio/finish && mkdir -p /home/rstudio/.rstudio/monitored/user-settings && echo 'alwaysSaveHistory="0" \nloadRData="0" \nsaveAction="0"' > /home/rstudio/.rstudio/monitored/user-settings/user-settings && chown -R rstudio:rstudio /home/rstudio/.rstudio

2019-07-10 23:40:37 UTC

/bin/sh -c #(nop) COPY file:4113f26bfec3617438c8e903625744636594ef0137fbfe590ce4d668fa985153 in /etc/cont-init.d/userconf

2019-07-10 23:40:38 UTC

/bin/sh -c #(nop) COPY file:910fd0c495ab81937a3b5433f0d4373ccc90d198d1cf5458a2e8b52f31e29d25 in /etc/cont-init.d/add

2019-07-10 23:40:38 UTC

/bin/sh -c #(nop) COPY file:f97c04fd4ce451e9ccb45eaf34ab2a946f71999872250c2c614fd253d6743161 in /etc/rstudio/disable_auth_rserver.conf

2019-07-10 23:40:39 UTC

/bin/sh -c #(nop) COPY file:dd6b8739ea77c8d422ef4665202b90b8a40ffc537a4d83b838fa688f01deb453 in /usr/lib/rstudio-server/bin/pam-helper

2019-07-10 23:40:39 UTC

/bin/sh -c #(nop) EXPOSE 8787

2019-07-10 23:40:39 UTC

/bin/sh -c #(nop) VOLUME [/home/rstudio/kitematic]

2019-07-10 23:40:40 UTC

/bin/sh -c #(nop) CMD ["/init"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete