Namespace
condaforge
Image / Tag
miniforge3:25.3.0-1
Content Digest
sha256:90415efa065c81bb9c91edfc7154a40e37371b4a4ecb4a3ed782ed439b611b4c
Details
Created

2025-04-29 07:57:54 UTC

Size

139 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:2726e237d1a374379e783053d93d0345c8a3bf3c57b5d35b099de1ad777486ee - 20.37% (28.3 MB)

[#001] sha256:5095870a3da54606cf093091b9549533781fc0543920099457ff1997672451d1 - 79.63% (111 MB)


History
2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:12 UTC

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

2025-04-08 10:43:14 UTC

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

2025-04-08 10:43:15 UTC

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

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=25.3.0-1

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

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

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

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

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=25.3.0-1 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-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2025-04-29 07:57:54 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2025-04-29 08:06:29 UTC

Size

132 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:49b96e96358d7aed127d4f4cd2294d77d497c683123bbad89fa80a83d8ef64aa - 20.8% (27.5 MB)

[#001] sha256:cfe5883aca929257e011c0802ced27b0f59709e6e40d48f49c63352280401601 - 79.2% (105 MB)


History
2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:09 UTC

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

2025-04-08 10:46:12 UTC

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

2025-04-08 10:46:13 UTC

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

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=25.3.0-1

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

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

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

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

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=25.3.0-1 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-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2025-04-29 08:06:29 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2025-04-29 08:02:49 UTC

Size

129 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:7be894b3e11d60e6c310a10016f7c569f1a313b370ab3964114b1c135b1ce53c - 25.41% (32.8 MB)

[#001] sha256:8507998b268f0dc178eb8d5b43dc86f26ba270d639d297f90c58caefa00e428e - 74.59% (96.1 MB)


History
2025-04-08 10:46:11 UTC

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

2025-04-08 10:46:11 UTC

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

2025-04-08 10:46:11 UTC

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

2025-04-08 10:46:11 UTC

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

2025-04-08 10:46:14 UTC

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

2025-04-08 10:46:15 UTC

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

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=25.3.0-1

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

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

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

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

2025-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

RUN |3 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=25.3.0-1 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-04-29 08:02:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2025-04-29 08:02: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