From 6e833ac3243bd7aabc798e8e150ba8c04c8eae96 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 13 Jun 2023 12:51:02 -0700 Subject: [PATCH] Run update-remote.sh on r-base --- repos/r-base/remote/4.3.0.md | 78 ++++++++--------- repos/r-base/remote/latest.md | 78 ++++++++--------- repos/r-base/tag-details.md | 156 +++++++++++++++++----------------- 3 files changed, 156 insertions(+), 156 deletions(-) diff --git a/repos/r-base/remote/4.3.0.md b/repos/r-base/remote/4.3.0.md index 532e327d19dd9f..22996e9fa67b4e 100644 --- a/repos/r-base/remote/4.3.0.md +++ b/repos/r-base/remote/4.3.0.md @@ -1,7 +1,7 @@ ## `r-base:4.3.0` ```console -$ docker pull r-base@sha256:0add182011e6f7ba655f6a242f683086f56ad7340e0d7e67d8f5d9a71176ab8e +$ docker pull r-base@sha256:5c2fc4ae3c6cb185d5e9e352f5e6add83f800d0e12b9f1074d038152ddfa0998 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` @@ -230,71 +230,71 @@ CMD ["R"] ### `r-base:4.3.0` - linux; s390x ```console -$ docker pull r-base@sha256:7beab94b8d15d4e89924a423f9a921dd85462cd0c3a83593005447dc94f811f0 +$ docker pull r-base@sha256:47fcb52681cdc2a85dd364e3ff692e53ff2d4ba03324c81739b26ebddf717159 ``` - Docker Version: 20.10.23 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` -- Total Size: **297.5 MB (297547859 bytes)** +- Total Size: **297.9 MB (297850943 bytes)** (compressed transfer size, not on-disk size) -- Image ID: `sha256:89cf3dfb21fa6695f7f5a2f308b669c5260ce6e1a3fc8e95f32eaf6b334be263` +- Image ID: `sha256:21d75f9199b2088e7b386bc7324817cfec5d30232272ba30b6afeb82df97d0f0` - Default Command: `["R"]` ```dockerfile -# Tue, 23 May 2023 00:43:47 GMT -ADD file:6dfd7d21cdfe9dee2a7cad47d8e2e22e6e56bd924f036cb45c183fe31efe66cc in / -# Tue, 23 May 2023 00:43:49 GMT +# Tue, 13 Jun 2023 04:31:54 GMT +ADD file:db470514d90937dab99540062bd1d63a3d21f955b13492e99665e3081e72ebac in / +# Tue, 13 Jun 2023 04:31:58 GMT CMD ["bash"] -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:35 GMT LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker org.opencontainers.image.vendor=Rocker Project org.opencontainers.image.authors=Dirk Eddelbuettel -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:36 GMT RUN useradd -s /bin/bash -m docker && usermod -a -G staff docker -# Tue, 23 May 2023 02:28:36 GMT +# Tue, 13 Jun 2023 18:48:44 GMT RUN apt-get update && apt-get install -y --no-install-recommends ed less locales vim-tiny wget ca-certificates fonts-texgyre && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && /usr/sbin/update-locale LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LC_ALL=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default && echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/90local-no-recommends -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:47 GMT ENV R_BASE_VERSION=4.3.0 -# Tue, 23 May 2023 02:28:40 GMT +# Tue, 13 Jun 2023 18:48:47 GMT RUN echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list && echo "deb [trusted=yes] https://eddelbuettel.github.io/ppaR400 ./" > /etc/apt/sources.list.d/edd-r4.list -# Tue, 23 May 2023 02:30:10 GMT +# Tue, 13 Jun 2023 18:50:06 GMT RUN apt-get update && apt-get install -y --no-install-recommends libopenblas0-pthread littler r-cran-docopt r-cran-littler r-base=${R_BASE_VERSION}-* r-base-dev=${R_BASE_VERSION}-* r-base-core=${R_BASE_VERSION}-* r-recommended=${R_BASE_VERSION}-* && chown root:staff "/usr/local/lib/R/site-library" && chmod g+ws "/usr/local/lib/R/site-library" && ln -s /usr/lib/R/site-library/littler/examples/install.r /usr/local/bin/install.r && ln -s /usr/lib/R/site-library/littler/examples/install2.r /usr/local/bin/install2.r && ln -s /usr/lib/R/site-library/littler/examples/installBioc.r /usr/local/bin/installBioc.r && ln -s /usr/lib/R/site-library/littler/examples/installDeps.r /usr/local/bin/installDeps.r && ln -s /usr/lib/R/site-library/littler/examples/installGithub.r /usr/local/bin/installGithub.r && ln -s /usr/lib/R/site-library/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r && rm -rf /tmp/downloaded_packages/ /tmp/*.rds && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:30:17 GMT +# Tue, 13 Jun 2023 18:50:15 GMT CMD ["R"] ``` - Layers: - - `sha256:af4d11b0c6366f32a980344976c0622adf11030b727c114fcc65377cb3f44688` - Last Modified: Tue, 23 May 2023 00:46:43 GMT - Size: 47.7 MB (47673474 bytes) + - `sha256:6fc736e25918c8d44a93a09b96e2f37f7bcca7f1aac4e82dff1e4ad58dec740c` + Last Modified: Tue, 13 Jun 2023 04:36:10 GMT + Size: 47.9 MB (47921599 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:9c3ba3a415d79670199ec98260e42e6b72cc5eea4a1ab6c615b4caacf1cafe4c` - Last Modified: Tue, 23 May 2023 02:30:38 GMT - Size: 3.4 KB (3364 bytes) + - `sha256:a7969331660315bcea8060a75c0a805da6394b81fe84682f77e5b26a6aced966` + Last Modified: Tue, 13 Jun 2023 18:50:29 GMT + Size: 3.4 KB (3357 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:a4d6d4d9b862bc7cad32b844052a1006db830fa9c3583c57182e5fa222cf18f9` - Last Modified: Tue, 23 May 2023 02:30:40 GMT - Size: 24.8 MB (24833563 bytes) + - `sha256:4d8a3b69438ea6a4491eb277be4fcc02eeead0a8c13568bf9b549e2e85a1eb8d` + Last Modified: Tue, 13 Jun 2023 18:50:30 GMT + Size: 24.8 MB (24846048 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:83952e1da18fa0309b148dc5f654137f85a9f36300cd3f162c4bb15174507944` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 921.0 KB (921007 bytes) + - `sha256:ae040574d66ee422683866f43810e3745236b92dd4e074eabe2a4d1d3f19bf72` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 921.0 KB (921005 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:ca68baa69c6585bf823bfe9b5d023333f08dc5970cf017131d3645e4476ab2df` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 349.0 B + - `sha256:273192fa9216dde130ec7282018ae1c0916cb05ff07ea4097c313ab16a7aec9a` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 347.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:128fbc66c9a8965d790c4a7a0b54f7805a39755af051c3c2454a02de3dbb1d58` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 293.0 B + - `sha256:d89a6044d15f052e70f9d294045d2c668835693b889b0751dde6b7b64215c414` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 291.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:97acb00df28ae2a5ef9bb1f50c3d0e0c0c9cb2a433ad2176afaa424016685779` - Last Modified: Tue, 23 May 2023 02:31:01 GMT - Size: 224.1 MB (224115809 bytes) + - `sha256:d852c65ec8a260b07df2b767a3a663ffc6d6cf6bfac3476e473f9e5aabdebf8f` + Last Modified: Tue, 13 Jun 2023 18:50:51 GMT + Size: 224.2 MB (224158296 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip diff --git a/repos/r-base/remote/latest.md b/repos/r-base/remote/latest.md index 29686cc4e82586..7a28a5ac1138a6 100644 --- a/repos/r-base/remote/latest.md +++ b/repos/r-base/remote/latest.md @@ -1,7 +1,7 @@ ## `r-base:latest` ```console -$ docker pull r-base@sha256:0add182011e6f7ba655f6a242f683086f56ad7340e0d7e67d8f5d9a71176ab8e +$ docker pull r-base@sha256:5c2fc4ae3c6cb185d5e9e352f5e6add83f800d0e12b9f1074d038152ddfa0998 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` @@ -230,71 +230,71 @@ CMD ["R"] ### `r-base:latest` - linux; s390x ```console -$ docker pull r-base@sha256:7beab94b8d15d4e89924a423f9a921dd85462cd0c3a83593005447dc94f811f0 +$ docker pull r-base@sha256:47fcb52681cdc2a85dd364e3ff692e53ff2d4ba03324c81739b26ebddf717159 ``` - Docker Version: 20.10.23 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` -- Total Size: **297.5 MB (297547859 bytes)** +- Total Size: **297.9 MB (297850943 bytes)** (compressed transfer size, not on-disk size) -- Image ID: `sha256:89cf3dfb21fa6695f7f5a2f308b669c5260ce6e1a3fc8e95f32eaf6b334be263` +- Image ID: `sha256:21d75f9199b2088e7b386bc7324817cfec5d30232272ba30b6afeb82df97d0f0` - Default Command: `["R"]` ```dockerfile -# Tue, 23 May 2023 00:43:47 GMT -ADD file:6dfd7d21cdfe9dee2a7cad47d8e2e22e6e56bd924f036cb45c183fe31efe66cc in / -# Tue, 23 May 2023 00:43:49 GMT +# Tue, 13 Jun 2023 04:31:54 GMT +ADD file:db470514d90937dab99540062bd1d63a3d21f955b13492e99665e3081e72ebac in / +# Tue, 13 Jun 2023 04:31:58 GMT CMD ["bash"] -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:35 GMT LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker org.opencontainers.image.vendor=Rocker Project org.opencontainers.image.authors=Dirk Eddelbuettel -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:36 GMT RUN useradd -s /bin/bash -m docker && usermod -a -G staff docker -# Tue, 23 May 2023 02:28:36 GMT +# Tue, 13 Jun 2023 18:48:44 GMT RUN apt-get update && apt-get install -y --no-install-recommends ed less locales vim-tiny wget ca-certificates fonts-texgyre && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && /usr/sbin/update-locale LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LC_ALL=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default && echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/90local-no-recommends -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:47 GMT ENV R_BASE_VERSION=4.3.0 -# Tue, 23 May 2023 02:28:40 GMT +# Tue, 13 Jun 2023 18:48:47 GMT RUN echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list && echo "deb [trusted=yes] https://eddelbuettel.github.io/ppaR400 ./" > /etc/apt/sources.list.d/edd-r4.list -# Tue, 23 May 2023 02:30:10 GMT +# Tue, 13 Jun 2023 18:50:06 GMT RUN apt-get update && apt-get install -y --no-install-recommends libopenblas0-pthread littler r-cran-docopt r-cran-littler r-base=${R_BASE_VERSION}-* r-base-dev=${R_BASE_VERSION}-* r-base-core=${R_BASE_VERSION}-* r-recommended=${R_BASE_VERSION}-* && chown root:staff "/usr/local/lib/R/site-library" && chmod g+ws "/usr/local/lib/R/site-library" && ln -s /usr/lib/R/site-library/littler/examples/install.r /usr/local/bin/install.r && ln -s /usr/lib/R/site-library/littler/examples/install2.r /usr/local/bin/install2.r && ln -s /usr/lib/R/site-library/littler/examples/installBioc.r /usr/local/bin/installBioc.r && ln -s /usr/lib/R/site-library/littler/examples/installDeps.r /usr/local/bin/installDeps.r && ln -s /usr/lib/R/site-library/littler/examples/installGithub.r /usr/local/bin/installGithub.r && ln -s /usr/lib/R/site-library/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r && rm -rf /tmp/downloaded_packages/ /tmp/*.rds && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:30:17 GMT +# Tue, 13 Jun 2023 18:50:15 GMT CMD ["R"] ``` - Layers: - - `sha256:af4d11b0c6366f32a980344976c0622adf11030b727c114fcc65377cb3f44688` - Last Modified: Tue, 23 May 2023 00:46:43 GMT - Size: 47.7 MB (47673474 bytes) + - `sha256:6fc736e25918c8d44a93a09b96e2f37f7bcca7f1aac4e82dff1e4ad58dec740c` + Last Modified: Tue, 13 Jun 2023 04:36:10 GMT + Size: 47.9 MB (47921599 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:9c3ba3a415d79670199ec98260e42e6b72cc5eea4a1ab6c615b4caacf1cafe4c` - Last Modified: Tue, 23 May 2023 02:30:38 GMT - Size: 3.4 KB (3364 bytes) + - `sha256:a7969331660315bcea8060a75c0a805da6394b81fe84682f77e5b26a6aced966` + Last Modified: Tue, 13 Jun 2023 18:50:29 GMT + Size: 3.4 KB (3357 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:a4d6d4d9b862bc7cad32b844052a1006db830fa9c3583c57182e5fa222cf18f9` - Last Modified: Tue, 23 May 2023 02:30:40 GMT - Size: 24.8 MB (24833563 bytes) + - `sha256:4d8a3b69438ea6a4491eb277be4fcc02eeead0a8c13568bf9b549e2e85a1eb8d` + Last Modified: Tue, 13 Jun 2023 18:50:30 GMT + Size: 24.8 MB (24846048 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:83952e1da18fa0309b148dc5f654137f85a9f36300cd3f162c4bb15174507944` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 921.0 KB (921007 bytes) + - `sha256:ae040574d66ee422683866f43810e3745236b92dd4e074eabe2a4d1d3f19bf72` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 921.0 KB (921005 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:ca68baa69c6585bf823bfe9b5d023333f08dc5970cf017131d3645e4476ab2df` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 349.0 B + - `sha256:273192fa9216dde130ec7282018ae1c0916cb05ff07ea4097c313ab16a7aec9a` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 347.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:128fbc66c9a8965d790c4a7a0b54f7805a39755af051c3c2454a02de3dbb1d58` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 293.0 B + - `sha256:d89a6044d15f052e70f9d294045d2c668835693b889b0751dde6b7b64215c414` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 291.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:97acb00df28ae2a5ef9bb1f50c3d0e0c0c9cb2a433ad2176afaa424016685779` - Last Modified: Tue, 23 May 2023 02:31:01 GMT - Size: 224.1 MB (224115809 bytes) + - `sha256:d852c65ec8a260b07df2b767a3a663ffc6d6cf6bfac3476e473f9e5aabdebf8f` + Last Modified: Tue, 13 Jun 2023 18:50:51 GMT + Size: 224.2 MB (224158296 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip diff --git a/repos/r-base/tag-details.md b/repos/r-base/tag-details.md index c602789ac00fad..b53e820337bf00 100644 --- a/repos/r-base/tag-details.md +++ b/repos/r-base/tag-details.md @@ -8,7 +8,7 @@ ## `r-base:4.3.0` ```console -$ docker pull r-base@sha256:0add182011e6f7ba655f6a242f683086f56ad7340e0d7e67d8f5d9a71176ab8e +$ docker pull r-base@sha256:5c2fc4ae3c6cb185d5e9e352f5e6add83f800d0e12b9f1074d038152ddfa0998 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` @@ -237,79 +237,79 @@ CMD ["R"] ### `r-base:4.3.0` - linux; s390x ```console -$ docker pull r-base@sha256:7beab94b8d15d4e89924a423f9a921dd85462cd0c3a83593005447dc94f811f0 +$ docker pull r-base@sha256:47fcb52681cdc2a85dd364e3ff692e53ff2d4ba03324c81739b26ebddf717159 ``` - Docker Version: 20.10.23 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` -- Total Size: **297.5 MB (297547859 bytes)** +- Total Size: **297.9 MB (297850943 bytes)** (compressed transfer size, not on-disk size) -- Image ID: `sha256:89cf3dfb21fa6695f7f5a2f308b669c5260ce6e1a3fc8e95f32eaf6b334be263` +- Image ID: `sha256:21d75f9199b2088e7b386bc7324817cfec5d30232272ba30b6afeb82df97d0f0` - Default Command: `["R"]` ```dockerfile -# Tue, 23 May 2023 00:43:47 GMT -ADD file:6dfd7d21cdfe9dee2a7cad47d8e2e22e6e56bd924f036cb45c183fe31efe66cc in / -# Tue, 23 May 2023 00:43:49 GMT +# Tue, 13 Jun 2023 04:31:54 GMT +ADD file:db470514d90937dab99540062bd1d63a3d21f955b13492e99665e3081e72ebac in / +# Tue, 13 Jun 2023 04:31:58 GMT CMD ["bash"] -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:35 GMT LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker org.opencontainers.image.vendor=Rocker Project org.opencontainers.image.authors=Dirk Eddelbuettel -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:36 GMT RUN useradd -s /bin/bash -m docker && usermod -a -G staff docker -# Tue, 23 May 2023 02:28:36 GMT +# Tue, 13 Jun 2023 18:48:44 GMT RUN apt-get update && apt-get install -y --no-install-recommends ed less locales vim-tiny wget ca-certificates fonts-texgyre && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && /usr/sbin/update-locale LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LC_ALL=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default && echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/90local-no-recommends -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:47 GMT ENV R_BASE_VERSION=4.3.0 -# Tue, 23 May 2023 02:28:40 GMT +# Tue, 13 Jun 2023 18:48:47 GMT RUN echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list && echo "deb [trusted=yes] https://eddelbuettel.github.io/ppaR400 ./" > /etc/apt/sources.list.d/edd-r4.list -# Tue, 23 May 2023 02:30:10 GMT +# Tue, 13 Jun 2023 18:50:06 GMT RUN apt-get update && apt-get install -y --no-install-recommends libopenblas0-pthread littler r-cran-docopt r-cran-littler r-base=${R_BASE_VERSION}-* r-base-dev=${R_BASE_VERSION}-* r-base-core=${R_BASE_VERSION}-* r-recommended=${R_BASE_VERSION}-* && chown root:staff "/usr/local/lib/R/site-library" && chmod g+ws "/usr/local/lib/R/site-library" && ln -s /usr/lib/R/site-library/littler/examples/install.r /usr/local/bin/install.r && ln -s /usr/lib/R/site-library/littler/examples/install2.r /usr/local/bin/install2.r && ln -s /usr/lib/R/site-library/littler/examples/installBioc.r /usr/local/bin/installBioc.r && ln -s /usr/lib/R/site-library/littler/examples/installDeps.r /usr/local/bin/installDeps.r && ln -s /usr/lib/R/site-library/littler/examples/installGithub.r /usr/local/bin/installGithub.r && ln -s /usr/lib/R/site-library/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r && rm -rf /tmp/downloaded_packages/ /tmp/*.rds && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:30:17 GMT +# Tue, 13 Jun 2023 18:50:15 GMT CMD ["R"] ``` - Layers: - - `sha256:af4d11b0c6366f32a980344976c0622adf11030b727c114fcc65377cb3f44688` - Last Modified: Tue, 23 May 2023 00:46:43 GMT - Size: 47.7 MB (47673474 bytes) + - `sha256:6fc736e25918c8d44a93a09b96e2f37f7bcca7f1aac4e82dff1e4ad58dec740c` + Last Modified: Tue, 13 Jun 2023 04:36:10 GMT + Size: 47.9 MB (47921599 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:9c3ba3a415d79670199ec98260e42e6b72cc5eea4a1ab6c615b4caacf1cafe4c` - Last Modified: Tue, 23 May 2023 02:30:38 GMT - Size: 3.4 KB (3364 bytes) + - `sha256:a7969331660315bcea8060a75c0a805da6394b81fe84682f77e5b26a6aced966` + Last Modified: Tue, 13 Jun 2023 18:50:29 GMT + Size: 3.4 KB (3357 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:a4d6d4d9b862bc7cad32b844052a1006db830fa9c3583c57182e5fa222cf18f9` - Last Modified: Tue, 23 May 2023 02:30:40 GMT - Size: 24.8 MB (24833563 bytes) + - `sha256:4d8a3b69438ea6a4491eb277be4fcc02eeead0a8c13568bf9b549e2e85a1eb8d` + Last Modified: Tue, 13 Jun 2023 18:50:30 GMT + Size: 24.8 MB (24846048 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:83952e1da18fa0309b148dc5f654137f85a9f36300cd3f162c4bb15174507944` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 921.0 KB (921007 bytes) + - `sha256:ae040574d66ee422683866f43810e3745236b92dd4e074eabe2a4d1d3f19bf72` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 921.0 KB (921005 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:ca68baa69c6585bf823bfe9b5d023333f08dc5970cf017131d3645e4476ab2df` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 349.0 B + - `sha256:273192fa9216dde130ec7282018ae1c0916cb05ff07ea4097c313ab16a7aec9a` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 347.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:128fbc66c9a8965d790c4a7a0b54f7805a39755af051c3c2454a02de3dbb1d58` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 293.0 B + - `sha256:d89a6044d15f052e70f9d294045d2c668835693b889b0751dde6b7b64215c414` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 291.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:97acb00df28ae2a5ef9bb1f50c3d0e0c0c9cb2a433ad2176afaa424016685779` - Last Modified: Tue, 23 May 2023 02:31:01 GMT - Size: 224.1 MB (224115809 bytes) + - `sha256:d852c65ec8a260b07df2b767a3a663ffc6d6cf6bfac3476e473f9e5aabdebf8f` + Last Modified: Tue, 13 Jun 2023 18:50:51 GMT + Size: 224.2 MB (224158296 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip ## `r-base:latest` ```console -$ docker pull r-base@sha256:0add182011e6f7ba655f6a242f683086f56ad7340e0d7e67d8f5d9a71176ab8e +$ docker pull r-base@sha256:5c2fc4ae3c6cb185d5e9e352f5e6add83f800d0e12b9f1074d038152ddfa0998 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` @@ -538,71 +538,71 @@ CMD ["R"] ### `r-base:latest` - linux; s390x ```console -$ docker pull r-base@sha256:7beab94b8d15d4e89924a423f9a921dd85462cd0c3a83593005447dc94f811f0 +$ docker pull r-base@sha256:47fcb52681cdc2a85dd364e3ff692e53ff2d4ba03324c81739b26ebddf717159 ``` - Docker Version: 20.10.23 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` -- Total Size: **297.5 MB (297547859 bytes)** +- Total Size: **297.9 MB (297850943 bytes)** (compressed transfer size, not on-disk size) -- Image ID: `sha256:89cf3dfb21fa6695f7f5a2f308b669c5260ce6e1a3fc8e95f32eaf6b334be263` +- Image ID: `sha256:21d75f9199b2088e7b386bc7324817cfec5d30232272ba30b6afeb82df97d0f0` - Default Command: `["R"]` ```dockerfile -# Tue, 23 May 2023 00:43:47 GMT -ADD file:6dfd7d21cdfe9dee2a7cad47d8e2e22e6e56bd924f036cb45c183fe31efe66cc in / -# Tue, 23 May 2023 00:43:49 GMT +# Tue, 13 Jun 2023 04:31:54 GMT +ADD file:db470514d90937dab99540062bd1d63a3d21f955b13492e99665e3081e72ebac in / +# Tue, 13 Jun 2023 04:31:58 GMT CMD ["bash"] -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:35 GMT LABEL org.opencontainers.image.licenses=GPL-2.0-or-later org.opencontainers.image.source=https://github.com/rocker-org/rocker org.opencontainers.image.vendor=Rocker Project org.opencontainers.image.authors=Dirk Eddelbuettel -# Tue, 23 May 2023 02:28:29 GMT +# Tue, 13 Jun 2023 18:48:36 GMT RUN useradd -s /bin/bash -m docker && usermod -a -G staff docker -# Tue, 23 May 2023 02:28:36 GMT +# Tue, 13 Jun 2023 18:48:44 GMT RUN apt-get update && apt-get install -y --no-install-recommends ed less locales vim-tiny wget ca-certificates fonts-texgyre && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && /usr/sbin/update-locale LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LC_ALL=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT ENV LANG=en_US.UTF-8 -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:46 GMT RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default && echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/90local-no-recommends -# Tue, 23 May 2023 02:28:39 GMT +# Tue, 13 Jun 2023 18:48:47 GMT ENV R_BASE_VERSION=4.3.0 -# Tue, 23 May 2023 02:28:40 GMT +# Tue, 13 Jun 2023 18:48:47 GMT RUN echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list && echo "deb [trusted=yes] https://eddelbuettel.github.io/ppaR400 ./" > /etc/apt/sources.list.d/edd-r4.list -# Tue, 23 May 2023 02:30:10 GMT +# Tue, 13 Jun 2023 18:50:06 GMT RUN apt-get update && apt-get install -y --no-install-recommends libopenblas0-pthread littler r-cran-docopt r-cran-littler r-base=${R_BASE_VERSION}-* r-base-dev=${R_BASE_VERSION}-* r-base-core=${R_BASE_VERSION}-* r-recommended=${R_BASE_VERSION}-* && chown root:staff "/usr/local/lib/R/site-library" && chmod g+ws "/usr/local/lib/R/site-library" && ln -s /usr/lib/R/site-library/littler/examples/install.r /usr/local/bin/install.r && ln -s /usr/lib/R/site-library/littler/examples/install2.r /usr/local/bin/install2.r && ln -s /usr/lib/R/site-library/littler/examples/installBioc.r /usr/local/bin/installBioc.r && ln -s /usr/lib/R/site-library/littler/examples/installDeps.r /usr/local/bin/installDeps.r && ln -s /usr/lib/R/site-library/littler/examples/installGithub.r /usr/local/bin/installGithub.r && ln -s /usr/lib/R/site-library/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r && rm -rf /tmp/downloaded_packages/ /tmp/*.rds && rm -rf /var/lib/apt/lists/* -# Tue, 23 May 2023 02:30:17 GMT +# Tue, 13 Jun 2023 18:50:15 GMT CMD ["R"] ``` - Layers: - - `sha256:af4d11b0c6366f32a980344976c0622adf11030b727c114fcc65377cb3f44688` - Last Modified: Tue, 23 May 2023 00:46:43 GMT - Size: 47.7 MB (47673474 bytes) + - `sha256:6fc736e25918c8d44a93a09b96e2f37f7bcca7f1aac4e82dff1e4ad58dec740c` + Last Modified: Tue, 13 Jun 2023 04:36:10 GMT + Size: 47.9 MB (47921599 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:9c3ba3a415d79670199ec98260e42e6b72cc5eea4a1ab6c615b4caacf1cafe4c` - Last Modified: Tue, 23 May 2023 02:30:38 GMT - Size: 3.4 KB (3364 bytes) + - `sha256:a7969331660315bcea8060a75c0a805da6394b81fe84682f77e5b26a6aced966` + Last Modified: Tue, 13 Jun 2023 18:50:29 GMT + Size: 3.4 KB (3357 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:a4d6d4d9b862bc7cad32b844052a1006db830fa9c3583c57182e5fa222cf18f9` - Last Modified: Tue, 23 May 2023 02:30:40 GMT - Size: 24.8 MB (24833563 bytes) + - `sha256:4d8a3b69438ea6a4491eb277be4fcc02eeead0a8c13568bf9b549e2e85a1eb8d` + Last Modified: Tue, 13 Jun 2023 18:50:30 GMT + Size: 24.8 MB (24846048 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:83952e1da18fa0309b148dc5f654137f85a9f36300cd3f162c4bb15174507944` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 921.0 KB (921007 bytes) + - `sha256:ae040574d66ee422683866f43810e3745236b92dd4e074eabe2a4d1d3f19bf72` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 921.0 KB (921005 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:ca68baa69c6585bf823bfe9b5d023333f08dc5970cf017131d3645e4476ab2df` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 349.0 B + - `sha256:273192fa9216dde130ec7282018ae1c0916cb05ff07ea4097c313ab16a7aec9a` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 347.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:128fbc66c9a8965d790c4a7a0b54f7805a39755af051c3c2454a02de3dbb1d58` - Last Modified: Tue, 23 May 2023 02:30:37 GMT - Size: 293.0 B + - `sha256:d89a6044d15f052e70f9d294045d2c668835693b889b0751dde6b7b64215c414` + Last Modified: Tue, 13 Jun 2023 18:50:28 GMT + Size: 291.0 B MIME: application/vnd.docker.image.rootfs.diff.tar.gzip - - `sha256:97acb00df28ae2a5ef9bb1f50c3d0e0c0c9cb2a433ad2176afaa424016685779` - Last Modified: Tue, 23 May 2023 02:31:01 GMT - Size: 224.1 MB (224115809 bytes) + - `sha256:d852c65ec8a260b07df2b767a3a663ffc6d6cf6bfac3476e473f9e5aabdebf8f` + Last Modified: Tue, 13 Jun 2023 18:50:51 GMT + Size: 224.2 MB (224158296 bytes) MIME: application/vnd.docker.image.rootfs.diff.tar.gzip