Namespace
condaforge
Image / Tag
miniforge3:23.3.1-1
Content Digest
sha256:5d6b3aee76791b1decfcbfb2539a375d860733a172b81a936c18357ba4674f9a
Details
Created

2023-12-18 17:02:24 UTC

Size

141 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.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:527f5363b98e562da03d2e0bbf86fd7c34f487bffd9b27a3cf0a9afea2f0ee1f - 18.6% (26.2 MB)

[#001] sha256:bfcf74bd655f6f96276ef60466665e9e71e11724bd0131b84b61806dabd0a068 - 81.4% (115 MB)


History
2023-12-13 10:27:43 UTC

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

2023-12-13 10:27:44 UTC

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

2023-12-13 10:27:44 UTC

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

2023-12-13 10:27:44 UTC

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

2023-12-13 10:27:45 UTC

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

2023-12-13 10:27:45 UTC

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

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=23.3.1-1

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2023-12-18 17:02:24 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2023-12-18 17:05:57 UTC

Size

126 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.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:d519a3a2a796a075e4e40e5c4a1513aa8db8f8fdf009662bf6858f0149143b28 - 19.73% (24.8 MB)

[#001] sha256:c28eabe1e981a73877be957fd92666f3a9e68836c9a3deee8b4da7f122db7199 - 80.27% (101 MB)


History
2023-12-13 10:29:33 UTC

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

2023-12-13 10:29:33 UTC

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

2023-12-13 10:29:34 UTC

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

2023-12-13 10:29:34 UTC

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

2023-12-13 10:29:41 UTC

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

2023-12-13 10:29:42 UTC

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

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=23.3.1-1

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2023-12-18 17:05:57 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2023-12-18 17:06:17 UTC

Size

143 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.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:d20838a29743bf51a2def4bf0d3bc0cb24f5287a64cbd5d90d451bca5da0626a - 21.44% (30.6 MB)

[#001] sha256:33e525f81fbd951186c1c474983fe3dc73fcf16797b1e2575072fdadf33a3e78 - 78.56% (112 MB)


History
2023-12-13 10:36:32 UTC

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

2023-12-13 10:36:32 UTC

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

2023-12-13 10:36:32 UTC

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

2023-12-13 10:36:32 UTC

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

2023-12-13 10:36:35 UTC

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

2023-12-13 10:36:35 UTC

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

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=23.3.1-1

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

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

2023-12-18 17:06:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2023-12-18 17:06: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