Namespace
condaforge
Image / Tag
miniforge3:26.1.1-3
Content Digest
sha256:958d2675e9a43e199cc85345ff4c60796236b651a9da4982765d99bd34a682d1
Details
Created

2026-04-21 13:07:50 UTC

Size

165 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

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:689b91d88a0f4086057ec826027b128902ecf2b516be510371c115bc55da19a6 - 17.24% (28.4 MB)

[#001] sha256:c6d71295c85f3ca37d6f309c5a8f6c391d8c218650e37a11667f5c6f8cbfe535 - 82.76% (136 MB)


History
2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-03 15:16:42 UTC

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

2026-04-03 15:16:43 UTC

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

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=26.1.1-3

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

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

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

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

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=26.1.1-3 TARGETPLATFORM=linux/amd64 /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git tini > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && 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 --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean --force-pkgs-dirs --all --yes && 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

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2026-04-21 13:07:50 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2026-04-21 13:15:03 UTC

Size

167 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

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:76fd055477b6edf8004a5a962edad02a820d4c8b2f02682410edfbe376b418c5 - 16.5% (27.5 MB)

[#001] sha256:560435446e17dc5d3e01515851e2d091f7d0ac06c41abfc9dc2f786d10bd9701 - 83.5% (139 MB)


History
2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-03 15:15:17 UTC

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

2026-04-03 15:15:17 UTC

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

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=26.1.1-3

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

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

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

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

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=26.1.1-3 TARGETPLATFORM=linux/arm64 /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git tini > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && 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 --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean --force-pkgs-dirs --all --yes && 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

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2026-04-21 13:15:03 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2026-04-21 13:11:40 UTC

Size

182 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

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:2206a81f65df3147f8c62d4c01c47495515dae16f93ce6845cd7cdacdd206f1e - 17.97% (32.7 MB)

[#001] sha256:cedd803358224bcfe648652794bbe50f7f02e9a4e052efad522cef71c14d188a - 82.03% (149 MB)


History
2026-04-03 15:15:25 UTC

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

2026-04-03 15:15:25 UTC

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

2026-04-03 15:15:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-03 15:15:29 UTC

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

2026-04-03 15:15:29 UTC

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

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=26.1.1-3

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

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

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

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

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=26.1.1-3 TARGETPLATFORM=linux/ppc64le /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git tini > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && 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 --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean --force-pkgs-dirs --all --yes && 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

2026-04-21 13:11:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2026-04-21 13:11:40 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