Namespace
condaforge
Image / Tag
miniforge3:4.11.0-2
Content Digest
sha256:b5f0fed1de5b1a6b138fbe71f8873ab850d693f31bd6bd9624b9459d77ee1dfd
Details
Created

2022-02-11 06:34:24 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:08c01a0ec47e82ebe2bec112f373d160983a6d1e9e66627f66a3322bc403221b - 25.27% (27.2 MB)

[#001] sha256:56fdc5fe925ceab9e38395602098447b4d7685b5381174ae26973d7d1df401fd - 74.73% (80.5 MB)


History
2022-02-02 02:14:45 UTC

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

2022-02-02 02:14:46 UTC

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

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.11.0-2

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

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

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

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

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.11.0-2 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

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-02-11 06:34:24 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-02-11 06:37:06 UTC

Size

91.3 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:bbf2fb66fa6e06dd46eb26f518f93171ee7c48be68aafb213aa7c2c12f4018ca - 28.38% (25.9 MB)

[#001] sha256:e8e87fceb3cd739b78b667ea38afb39ddb2057afe7b6bab13566e3d893d898e4 - 71.62% (65.4 MB)


History
2022-02-02 03:19:27 UTC

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

2022-02-02 03:19:27 UTC

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

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.11.0-2

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

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

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

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

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.11.0-2 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

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-02-11 06:37:06 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-02-11 06:37:17 UTC

Size

106 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:e4ad98202983f0b602991305f807e9b8460bb3fdb617889c276ccbd4b92c69b4 - 29.9% (31.7 MB)

[#001] sha256:ef32fc8b52fb1975da83a6eee2a33327ddb635f538b7049307b231909160986e - 70.1% (74.4 MB)


History
2022-02-02 03:50:21 UTC

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

2022-02-02 03:50:25 UTC

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

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.11.0-2

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

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

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

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

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.11.0-2 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

2022-02-11 06:37:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-02-11 06:37:17 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