Namespace
condaforge
Image / Tag
miniforge3:22.9.0-2
Content Digest
sha256:4f4d518a25284c7d80109759bb0e66633c9cd1a9e6db1e741b54c6b66a4bdac9
Details
Created

2022-12-09 17:44:36 UTC

Size

110 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:846c0b181fff0c667d9444f8378e8fcfa13116da8d308bf21673f7e4bea8d580 - 24.79% (27.3 MB)

[#001] sha256:e03c0bacc651a7e417304c0bf6305e034d08e04376ad3b5a81f1957ba5a77b98 - 75.21% (82.7 MB)


History
2022-12-09 01:20:21 UTC

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

2022-12-09 01:20:21 UTC

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

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=22.9.0-2

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-12-09 17:44:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-12-09 17:47:58 UTC

Size

92.9 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:f04b4bbe15805316c8fda79beedd3b77e6b1ffcd0acf81226c3089e63f6bffeb - 27.93% (25.9 MB)

[#001] sha256:7e16b7e6f0e08955698458f353d97070334e803129f288390773ea2f4b8d93c2 - 72.07% (66.9 MB)


History
2022-12-09 01:46:50 UTC

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

2022-12-09 01:46:50 UTC

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

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=22.9.0-2

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-12-09 17:47:58 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-12-09 17:48:13 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:d198f08d15a240101119086908bf4c5035dc657d52bfe206ddeede273c6b84f3 - 29.41% (31.8 MB)

[#001] sha256:7836dfe2475a9b8c09c949adde6a7fa8367640903bc99aef130cad719a3ce99c - 70.59% (76.2 MB)


History
2022-12-09 01:27:36 UTC

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

2022-12-09 01:27:37 UTC

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

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=22.9.0-2

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

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

2022-12-09 17:48:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-12-09 17:48:13 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