2020-05-25 18:41:25 UTC
447 MB
2020-04-24
CRANhttps://cran.rstudio.com
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
PANDOC_TEMPLATES_VERSION2.9
PATH/usr/lib/rstudio-server/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RSTUDIO_VERSION1.2.5042
R_VERSION3.6.3
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_VERSIONv1.21.7.0
TERMxterm
[#000] sha256:be2ea06d55bb33c31098151d199a24029c4e0dd6bc5b3da9f617bb04e37d79d9 - 10.75% (48.1 MB)
[#001] sha256:148a88928c5ff20284e94ec3f83b6a29e37b6ab0f2dc216dd0512fead08218a6 - 47.58% (213 MB)
[#002] sha256:517d96fcf01437dd14ca3c37834370b599415d4d761cc328d42770b55f87176e - 41.66% (186 MB)
[#003] sha256:01aec5656d966fd6ad4ff5a1d262cc2b43d87804f3f23c0ff99dff7c3dff8d28 - 0.0% (1.49 KB)
[#004] sha256:83dc3ba86a6a52886745622e722e5ac294686afc74f3f70647ba78f8f89cfa7a - 0.0% (717 Bytes)
[#005] sha256:68dd19ace29592bd8f652e75f7b4074068bf237c2ab5b20ab2652147cdff6f2b - 0.0% (245 Bytes)
[#006] sha256:146319ecd0dd31819de60c3c983ad033d397774fdb7add459c7e2e8476681ea3 - 0.0% (410 Bytes)
/bin/sh -c #(nop) ADD file:a50affde4f5ccdfd6450a642199121ffc180bb8cace944a55fab7a78ea851199 in /
2020-05-13 21:20:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-05-14 20:11:03 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>
2020-05-14 20:11:04 UTC/bin/sh -c #(nop) ARG R_VERSION
2020-05-14 20:11:04 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-05-14 20:11:04 UTC/bin/sh -c #(nop) ARG CRAN
2020-05-14 20:11:05 UTC/bin/sh -c #(nop) ENV BUILD_DATE=2020-04-24
2020-05-14 20:11:05 UTC/bin/sh -c #(nop) ENV R_VERSION=3.6.3 CRAN=https://cran.rstudio.com LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-05-14 20:52:27 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 libcurl4 libicu63 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 && mkdir -p /usr/local/lib/R/site-library && chown root:staff /usr/local/lib/R/site-library && chmod g+ws /usr/local/lib/R/site-library && sed -i '/^R_LIBS_USER=.*$/d' /usr/local/lib/R/etc/Renviron && echo "R_LIBS_USER=\${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 && if [ -z "$BUILD_DATE" ]; then MRAN=$CRAN; else MRAN=https://mran.microsoft.com/snapshot/${BUILD_DATE}; fi && echo MRAN=$MRAN >> /etc/environment && 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 = '$CRAN')" && 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/*
2020-05-14 20:52:28 UTC/bin/sh -c #(nop) CMD ["R"]
2020-05-25 18:40:22 UTC/bin/sh -c #(nop) ARG RSTUDIO_VERSION
2020-05-25 18:40:22 UTC/bin/sh -c #(nop) ENV RSTUDIO_VERSION=1.2.5042
2020-05-25 18:40:23 UTC/bin/sh -c #(nop) ARG S6_VERSION
2020-05-25 18:40:23 UTC/bin/sh -c #(nop) ARG PANDOC_TEMPLATES_VERSION
2020-05-25 18:40:23 UTC/bin/sh -c #(nop) ENV S6_VERSION=v1.21.7.0
2020-05-25 18:40:23 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-05-25 18:40:24 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/rstudio-server/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-05-25 18:40:24 UTC/bin/sh -c #(nop) ENV PANDOC_TEMPLATES_VERSION=2.9
2020-05-25 18:41:23 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends file git libapparmor1 libclang-dev libcurl4-openssl-dev libedit2 libssl-dev lsb-release multiarch-support psmisc procps python-setuptools sudo wget && if [ -z "$RSTUDIO_VERSION" ]; then RSTUDIO_URL="https://www.rstudio.org/download/latest/stable/server/bionic/rstudio-server-latest-amd64.deb"; else RSTUDIO_URL="http://download2.rstudio.org/server/bionic/amd64/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
2020-05-25 18:41:24 UTC/bin/sh -c #(nop) COPY file:4113f26bfec3617438c8e903625744636594ef0137fbfe590ce4d668fa985153 in /etc/cont-init.d/userconf
2020-05-25 18:41:24 UTC/bin/sh -c #(nop) COPY file:74d8bccd0a25466ac2501910b5faeaa5d68dde2d93b500bd4e07328f84737659 in /etc/cont-init.d/add
2020-05-25 18:41:24 UTC/bin/sh -c #(nop) COPY file:f97c04fd4ce451e9ccb45eaf34ab2a946f71999872250c2c614fd253d6743161 in /etc/rstudio/disable_auth_rserver.conf
2020-05-25 18:41:24 UTC/bin/sh -c #(nop) COPY file:dd6b8739ea77c8d422ef4665202b90b8a40ffc537a4d83b838fa688f01deb453 in /usr/lib/rstudio-server/bin/pam-helper
2020-05-25 18:41:25 UTC/bin/sh -c #(nop) EXPOSE 8787
2020-05-25 18:41:25 UTC/bin/sh -c #(nop) VOLUME [/home/rstudio/kitematic]
2020-05-25 18:41:25 UTC/bin/sh -c #(nop) CMD ["/init"]
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.