2019-12-21 20:56:46 UTC
316 MB
2015-06-18
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
PATH/usr/lib/rstudio-server/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RSTUDIO_VERSION0.99.446
R_VERSION3.2.0
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_VERSIONv1.11.0.1
TERMxterm
[#000] sha256:8ac9f5ca4429ff58493e4cb486b7a5eaa6af0a4711e9bda1ce4671732e25d1d1 - 16.43% (51.9 MB)
[#001] sha256:e8e9afa38a220605ea7c554bdea00afc799da4b678bbd344f9ba47a9a3e6053e - 56.35% (178 MB)
[#002] sha256:4a6eb28699ea4c92da5a4128cb6359936d5fe87a8b2338514e24f753519db6c0 - 27.22% (85.9 MB)
[#003] sha256:e065ee843a1f4b097033fae3e96fb86159e45ddd05a23faffbe710528cdcc37d - 0.0% (1.49 KB)
[#004] sha256:c2d5fcbc95a91bc10b8a4c76dfe9b88cb33ab75c128c22103c10f3dca029336b - 0.0% (722 Bytes)
[#005] sha256:499bd0560dbb275b0e6ff36bad7e4b8a48aec66ea67413a17834946e40af9c08 - 0.0% (248 Bytes)
[#006] sha256:a36b9b1ead98260b25960a8857475f5a00fce313ef38edb096382a17c6231820 - 0.0% (414 Bytes)
/bin/sh -c #(nop) ADD file:3392f08cefaf93484868c5183e810a29e7cc370d21dae7cff10b856b2b21d072 in /
2019-01-22 19:23:31 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-02-01 16:04:57 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-02-01 16:04:57 UTC/bin/sh -c #(nop) ARG R_VERSION
2019-02-01 16:04:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-02-01 16:04:58 UTC/bin/sh -c #(nop) ENV BUILD_DATE=2015-06-18
2019-02-01 16:04:58 UTC/bin/sh -c #(nop) ENV R_VERSION=3.2.0 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2019-02-01 16:40:31 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash-completion ca-certificates curl file fonts-texgyre g++ gfortran gsfonts libblas-dev libbz2-1.0 libcurl3 libicu52 libjpeg62-turbo libopenblas-dev libpangocairo-1.0-0 libpcre3 libpng12-0 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=" 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.5-dev tk8.5-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 = 'curl')" >> /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 = 'curl')" >> /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-02-01 16:40:33 UTC/bin/sh -c #(nop) CMD ["R"]
2019-12-21 20:53:11 UTC/bin/sh -c #(nop) ARG RSTUDIO_VERSION
2019-12-21 20:53:11 UTC/bin/sh -c #(nop) ENV RSTUDIO_VERSION=0.99.446
2019-12-21 20:53:11 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-12-21 20:53:12 UTC/bin/sh -c #(nop) ARG S6_VERSION
2019-12-21 20:53:12 UTC/bin/sh -c #(nop) ENV S6_VERSION=v1.11.0.1
2019-12-21 20:53:12 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2019-12-21 20:56:43 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 python-setuptools sudo wget && wget -q http://download2.rstudio.org/rstudio-server-${RSTUDIO_VERSION}-amd64.deb && dpkg -i rstudio-server-${RSTUDIO_VERSION}-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 && 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-12-21 20:56:44 UTC/bin/sh -c #(nop) COPY file:4113f26bfec3617438c8e903625744636594ef0137fbfe590ce4d668fa985153 in /etc/cont-init.d/userconf
2019-12-21 20:56:44 UTC/bin/sh -c #(nop) COPY file:74d8bccd0a25466ac2501910b5faeaa5d68dde2d93b500bd4e07328f84737659 in /etc/cont-init.d/add
2019-12-21 20:56:44 UTC/bin/sh -c #(nop) COPY file:f97c04fd4ce451e9ccb45eaf34ab2a946f71999872250c2c614fd253d6743161 in /etc/rstudio/disable_auth_rserver.conf
2019-12-21 20:56:45 UTC/bin/sh -c #(nop) COPY file:dd6b8739ea77c8d422ef4665202b90b8a40ffc537a4d83b838fa688f01deb453 in /usr/lib/rstudio-server/bin/pam-helper
2019-12-21 20:56:45 UTC/bin/sh -c #(nop) EXPOSE 8787
2019-12-21 20:56:46 UTC/bin/sh -c #(nop) VOLUME [/home/rstudio/kitematic]
2019-12-21 20:56:46 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.