Namespace
condaforge
Image / Tag
miniforge3:4.10.3-5
Content Digest
sha256:63d711fbbcb40212e50801e2240418c4b65f70846864e3757ab4969da09dbc25
Details
Created

2021-08-31 17:16:22 UTC

Size

109 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:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 24.89% (27.2 MB)

[#001] sha256:5096bc84174848bb447f4f3810029a85f55139cd483f6cfb4d4d7ffa757ceff7 - 75.11% (82.2 MB)


History
2021-08-31 01:20:55 UTC

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

2021-08-31 01:20:56 UTC

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

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-5

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

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

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

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

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-5 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

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-08-31 17:16:22 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-08-31 17:20:11 UTC

Size

92.8 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:ab2d02b1ec420fdb84c9f52abda403b6aef20f5de904a2ecda5ae4f5cd6e4d46 - 27.91% (25.9 MB)

[#001] sha256:19831240e38a3a3d098e806e0cec898bfc3fa3d0944f290bd0662b7135041f92 - 72.09% (66.9 MB)


History
2021-08-31 01:40:44 UTC

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

2021-08-31 01:40:45 UTC

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

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-5

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

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

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

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

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-5 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

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-08-31 17:20:11 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-08-31 17:20:37 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:59390c695558464c51dc1fced64934b549770630192a1639ac6a90f59bd63b13 - 29.33% (31.7 MB)

[#001] sha256:3a285ce67ada4c5ad41d8cbab02c05cca7c11a480413923c3535d57ae2b384c5 - 70.67% (76.5 MB)


History
2021-08-31 02:10:40 UTC

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

2021-08-31 02:10:45 UTC

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

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-5

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

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

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

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

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-5 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

2021-08-31 17:20:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-08-31 17:20:37 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