Namespace
condaforge
Image / Tag
miniforge3:4.11.0-4
Content Digest
sha256:72350c16090a83b6f5316476135385a8078e82bd9b0de447d47b8b43f107bf71
Details
Created

2022-03-18 17:07:39 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:4d32b49e2995210e8937f0898327f196d3fcc52486f0be920e8b2d65f150a7ab - 25.24% (27.2 MB)

[#001] sha256:267bae6de2783cde16ae0fded3026c0d790685eb9aeafeebe252b8d02ba8a907 - 74.76% (80.7 MB)


History
2022-03-18 05:30:40 UTC

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

2022-03-18 05:30:40 UTC

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

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.11.0-4

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

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

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

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

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.11.0-4 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-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-03-18 17:07:39 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-03-18 17:10:50 UTC

Size

91.4 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:57d0418fe9dcc5262d8c4fcb06c852ad2d0407b541c64d0f5f2e6ec01fd411ba - 28.34% (25.9 MB)

[#001] sha256:86c82bae95a842ab872939dbb68a8edaa36072c5f950f34d16497dc4feadb69d - 71.66% (65.5 MB)


History
2022-03-18 00:40:52 UTC

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

2022-03-18 00:40:53 UTC

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

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.11.0-4

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

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

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

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

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.11.0-4 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-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-03-18 17:10:50 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-03-18 17:10:49 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:cf1115d7b3bb72f50de3eb695005fb2c88fb88d73f535f164b306c4ab972c570 - 29.86% (31.8 MB)

[#001] sha256:5b9b34b7f8fcd31e2605aca2ff4d36e8eb8f5c3ae2be7b7b0ecbc1ed0268c349 - 70.14% (74.6 MB)


History
2022-03-18 00:48:28 UTC

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

2022-03-18 00:48:34 UTC

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

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.11.0-4

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

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

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

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

2022-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.11.0-4 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-03-18 17:10:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-03-18 17:10:49 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