Namespace
condaforge
Image / Tag
miniforge3:25.3.0-3
Content Digest
sha256:f1f537ff80646e3aaf84e64abf6249cdc3f20889aa0a8d41535e62925c959f64
Details
Created

2025-07-16 16:48:41 UTC

Size

153 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:32f112e3802cadcab3543160f4d2aa607b3cc1c62140d57b4f5441384f40e927 - 18.52% (28.3 MB)

[#001] sha256:e6f81982eee39c0ef3786307fb289efbc5f04ef25993dd9b2aabf90d3bb6ddc3 - 81.48% (125 MB)


History
2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:22 UTC

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

2025-07-14 16:40:23 UTC

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

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=25.3.0-3

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

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

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

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

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=25.3.0-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

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2025-07-16 16:48:41 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2025-07-16 16:55:37 UTC

Size

114 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:e3bd89a9dac501ff564b39359113adad7c3d2813d5e04eab53ee10e20a6793a7 - 24.14% (27.5 MB)

[#001] sha256:3caa0cfe510c9112d12eaa6cc883c80f3ef34523f6b0292253c82f0ce9d24f7f - 75.86% (86.5 MB)


History
2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:42:12 UTC

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

2025-07-14 16:42:14 UTC

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

2025-07-14 16:42:15 UTC

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

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=25.3.0-3

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

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

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

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

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=25.3.0-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

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2025-07-16 16:55:37 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2025-07-16 16:52:57 UTC

Size

127 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:12127de26a282eae0402626b1a4f731440eaf620479516e0231c5334e02e549a - 25.79% (32.7 MB)

[#001] sha256:fb0c878a7c3237b8cf4d0b483b9fed870af87f4f995b6851d5bc4b5e7057f811 - 74.21% (94.2 MB)


History
2025-07-14 16:42:31 UTC

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

2025-07-14 16:42:31 UTC

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

2025-07-14 16:42:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:42:31 UTC

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

2025-07-14 16:42:34 UTC

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

2025-07-14 16:42:34 UTC

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

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=25.3.0-3

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

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

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

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

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=25.3.0-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

2025-07-16 16:52:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2025-07-16 16:52:57 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