Namespace
condaforge
Image / Tag
miniforge3:4.10.3-6
Content Digest
sha256:364ddf0e8bd751ccb08a3267f7d3e066cb6c642802368be0150b06c0c2c559cd
Details
Created

2021-09-29 12:16:58 UTC

Size

110 MB

Content Digest
Environment
CONDA_DIR

/opt/conda

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 24.88% (27.2 MB)

[#001] sha256:8766445a21a40dcc720dae9736ff2bcf948b24551dcb9f29789fb4fb78b3f14b - 75.12% (82.3 MB)


History
2021-08-31 01:20:55 UTC

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

2021-08-31 01:20:56 UTC

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

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-6

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-6 TINI_VERSION=v0.18.0 TARGETPLATFORM=linux/amd64 /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && TARGETARCH="$(echo ${TARGETPLATFORM} | cut -d / -f 2)"; case ${TARGETARCH} in "ppc64le") TARGETARCH="ppc64el" ;; *) ;; esac ; wget --no-hsts --quiet https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} -O /usr/local/bin/tini && chmod +x /usr/local/bin/tini && wget --no-hsts --quiet https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/${MINIFORGE_NAME}-${MINIFORGE_VERSION}-Linux-$(uname -m).sh -O /tmp/miniforge.sh && /bin/bash /tmp/miniforge.sh -b -p ${CONDA_DIR} && rm /tmp/miniforge.sh && conda clean -tipsy && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean -afy && echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> /etc/skel/.bashrc && echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> ~/.bashrc # buildkit

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-09-29 12:16:58 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-09-29 12:20:02 UTC

Size

93.1 MB

Content Digest
Environment
CONDA_DIR

/opt/conda

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ab2d02b1ec420fdb84c9f52abda403b6aef20f5de904a2ecda5ae4f5cd6e4d46 - 27.84% (25.9 MB)

[#001] sha256:a15a4bed2a4ed90411522fb618dcefe17c90218e34a946cf76e8bac15b65e7ba - 72.16% (67.2 MB)


History
2021-08-31 01:40:44 UTC

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

2021-08-31 01:40:45 UTC

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

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-6

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-6 TINI_VERSION=v0.18.0 TARGETPLATFORM=linux/arm64 /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && TARGETARCH="$(echo ${TARGETPLATFORM} | cut -d / -f 2)"; case ${TARGETARCH} in "ppc64le") TARGETARCH="ppc64el" ;; *) ;; esac ; wget --no-hsts --quiet https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} -O /usr/local/bin/tini && chmod +x /usr/local/bin/tini && wget --no-hsts --quiet https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/${MINIFORGE_NAME}-${MINIFORGE_VERSION}-Linux-$(uname -m).sh -O /tmp/miniforge.sh && /bin/bash /tmp/miniforge.sh -b -p ${CONDA_DIR} && rm /tmp/miniforge.sh && conda clean -tipsy && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean -afy && echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> /etc/skel/.bashrc && echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> ~/.bashrc # buildkit

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-09-29 12:20:02 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-09-29 12:20:23 UTC

Size

108 MB

Content Digest
Environment
CONDA_DIR

/opt/conda

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:59390c695558464c51dc1fced64934b549770630192a1639ac6a90f59bd63b13 - 29.35% (31.7 MB)

[#001] sha256:4e751ed37fdcebf12005d97863577830ed3a8c5d79c9cabb4a3863e78ed75244 - 70.65% (76.4 MB)


History
2021-08-31 02:10:40 UTC

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

2021-08-31 02:10:45 UTC

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

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-6

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-6 TINI_VERSION=v0.18.0 TARGETPLATFORM=linux/ppc64le /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && TARGETARCH="$(echo ${TARGETPLATFORM} | cut -d / -f 2)"; case ${TARGETARCH} in "ppc64le") TARGETARCH="ppc64el" ;; *) ;; esac ; wget --no-hsts --quiet https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} -O /usr/local/bin/tini && chmod +x /usr/local/bin/tini && wget --no-hsts --quiet https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/${MINIFORGE_NAME}-${MINIFORGE_VERSION}-Linux-$(uname -m).sh -O /tmp/miniforge.sh && /bin/bash /tmp/miniforge.sh -b -p ${CONDA_DIR} && rm /tmp/miniforge.sh && conda clean -tipsy && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean -afy && echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> /etc/skel/.bashrc && echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> ~/.bashrc # buildkit

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-09-29 12:20:23 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

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