Namespace
condaforge
Image / Tag
miniforge3:4.12.0-2
Content Digest
sha256:b7b54dfc13e82726f132b4d012c6d5c7346e8b8c96386321a34df62ff4956901
Details
Created

2022-06-12 11:01:51 UTC

Size

107 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:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df - 25.43% (27.2 MB)

[#001] sha256:307441931f9a3e4692a524384f49197a0bf9f714298a82038d14e76eeebf1a0f - 74.57% (79.9 MB)


History
2022-06-06 22:21:11 UTC

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

2022-06-06 22:21:12 UTC

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

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.12.0-2

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

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

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

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

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.12.0-2 TINI_VERSION=v0.18.0 TARGETPLATFORM=linux/amd64 /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && TARGETARCH="$(echo ${TARGETPLATFORM} | cut -d / -f 2)"; case ${TARGETARCH} in "ppc64le") TARGETARCH="ppc64el" ;; *) ;; esac ; wget --no-hsts --quiet https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} -O /usr/local/bin/tini && chmod +x /usr/local/bin/tini && 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 -tipsy && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean -afy && 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-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-06-12 11:01:51 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-06-12 11:05:02 UTC

Size

92.2 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:11e23ac719b33170b39b7e30b8027dc09c9cbad6b503b2b6b3ebbd9d33f4adad - 28.11% (25.9 MB)

[#001] sha256:c9a816e0f65afabf3b2ba198e388502c8f97366a66649137e06aa10d2cb17d1c - 71.89% (66.3 MB)


History
2022-06-07 01:25:15 UTC

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

2022-06-07 01:25:16 UTC

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

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.12.0-2

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

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

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

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

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.12.0-2 TINI_VERSION=v0.18.0 TARGETPLATFORM=linux/arm64 /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && TARGETARCH="$(echo ${TARGETPLATFORM} | cut -d / -f 2)"; case ${TARGETARCH} in "ppc64le") TARGETARCH="ppc64el" ;; *) ;; esac ; wget --no-hsts --quiet https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} -O /usr/local/bin/tini && chmod +x /usr/local/bin/tini && 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 -tipsy && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean -afy && 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-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-06-12 11:05:02 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-06-12 11:05:10 UTC

Size

107 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:3f52d061d2d3fdde0d3a099bbeae64080476c9650e9f3ba05de898d5bb5f03e8 - 29.63% (31.8 MB)

[#001] sha256:ab15327787aaaa5fe645b9e7f2f02f055b50df8d0148d535c0a9fd628006f05a - 70.37% (75.4 MB)


History
2022-06-07 05:46:02 UTC

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

2022-06-07 05:46:06 UTC

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

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.12.0-2

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

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

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

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

2022-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.12.0-2 TINI_VERSION=v0.18.0 TARGETPLATFORM=linux/ppc64le /bin/sh -c apt-get update > /dev/null && apt-get install --no-install-recommends --yes wget bzip2 ca-certificates git > /dev/null && apt-get clean && rm -rf /var/lib/apt/lists/* && TARGETARCH="$(echo ${TARGETPLATFORM} | cut -d / -f 2)"; case ${TARGETARCH} in "ppc64le") TARGETARCH="ppc64el" ;; *) ;; esac ; wget --no-hsts --quiet https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} -O /usr/local/bin/tini && chmod +x /usr/local/bin/tini && 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 -tipsy && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean -afy && 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-06-12 11:05:10 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-06-12 11:05:10 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