Namespace
rocker
Image / Tag
rstudio:3.4.0
Content Digest
sha256:3f1d5cc85b30bff88991300200178cdf33c50c52d22a36b9191d33d003189df1
Details
Created

2018-12-01 12:43:11 UTC

Size

350 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

2017-06-30

LANG

en_US.UTF-8

LC_ALL

en_US.UTF-8

PATH

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

RSTUDIO_VERSION

1.0.143

R_VERSION

3.4.0

TERM

xterm


Layers

[#000] sha256:54f7e8ac135a5f502a6ee9537ef3d64b1cd2fa570dc0a40b4d3b6f7ac81e7486 - 12.36% (43.2 MB)

[#001] sha256:2ce787b6d3b4384267df91baf79a4a92f55dd94f4436102b8879437907e6c319 - 56.47% (198 MB)

[#002] sha256:ba619d4d3dc22f98a8cc779df58e0bdb8b587be59a5789ca2cee5be658332f26 - 31.18% (109 MB)

[#003] sha256:8ee535cc552be9dac56fc4a21565da400f115ee3716a7f8c9e380e13b076e991 - 0.0% (1.49 KB)

[#004] sha256:aaeac51a644ed380ace8c004ca11003239c54f877228add7f0d4fb1f11ab8e7d - 0.0% (714 Bytes)

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

[#006] sha256:c700111ad80899a448e53cbc3f5fcf1b9415e049f400036d3fb53137970d746c - 0.0% (413 Bytes)

[#007] sha256:8ee17722553e2bf07034457f8e6a77ca53a6e3ac470146405d08094dbed4db4f - 0.0% (268 Bytes)

[#008] sha256:a23d72b0a8cedb0b8361e75e47871ccc34e37ff66037a6408c30619e21d44544 - 0.0% (294 Bytes)


History
2018-11-15 22:44:00 UTC

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

2018-11-15 22:44:09 UTC

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

2018-12-01 08:46:21 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>

2018-12-01 08:46:21 UTC

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

2018-12-01 08:46:22 UTC

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

2018-12-01 08:46:22 UTC

/bin/sh -c #(nop) ENV BUILD_DATE=2017-06-30

2018-12-01 08:46:22 UTC

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

2018-12-01 09:21:41 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 && curl -O /usr/local/bin/install2.r https://github.com/eddelbuettel/littler/raw/master/inst/examples/install2.r && chmod +x /usr/local/bin/install2.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/*

2018-12-01 09:21:42 UTC

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

2018-12-01 12:41:07 UTC

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

2018-12-01 12:41:07 UTC

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

2018-12-01 12:41:08 UTC

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

2018-12-01 12:43:05 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 multiarch-support && wget -O libssl1.0.0.deb http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb && dpkg -i libssl1.0.0.deb && rm libssl1.0.0.deb && RSTUDIO_LATEST=$(wget --no-check-certificate -qO- https://s3.amazonaws.com/rstudio-server/current.ver) && [ -z "$RSTUDIO_VERSION" ] && RSTUDIO_VERSION=$RSTUDIO_LATEST || true && 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 && git clone 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/v1.11.0.1/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

2018-12-01 12:43:06 UTC

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

2018-12-01 12:43:07 UTC

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

2018-12-01 12:43:07 UTC

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

2018-12-01 12:43:07 UTC

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

2018-12-01 12:43:08 UTC

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

2018-12-01 12:43:08 UTC

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

2018-12-01 12:43:09 UTC

/bin/sh -c #(nop) COPY file:541cb9e6d716af5ad55ada92daa8eadcfc7932e991fb2379db7292066e6782a2 in /home/rstudio/.rstudio/monitored/user-settings/

2018-12-01 12:43:11 UTC

/bin/sh -c chown -R rstudio:rstudio /home/rstudio/.rstudio

2018-12-01 12:43:11 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