Namespace
condaforge
Image / Tag
miniforge3:4.10.3-4
Content Digest
sha256:5a7d540e00940f3da502395775d2035e4d5263cd41ac6e6c9b4844bd20327aa7
Details
Created

2021-08-03 06:14:25 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:16ec32c2132b43494832a05f2b02f7a822479f8250c173d0ab27b3de78b2f058 - 24.9% (27.2 MB)

[#001] sha256:71ac8b6e6223d309d8c01913eb1b7e7db2f87a9ba93b9e280a1f08d7919b74b8 - 75.1% (82.2 MB)


History
2021-07-26 21:21:39 UTC

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

2021-07-26 21:21:40 UTC

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

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-4

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

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

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

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

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-4 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-03 06:14:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-08-03 06:14:25 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-08-03 06:17:28 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:be0de17fe24f767ec21bec97d0e8ea8f0d907fe05238a0bf9cce0995f529f7ea - 27.93% (25.9 MB)

[#001] sha256:2383cfe828e5db4205df6660463e73a6173b3b23c46d99f227cd3208392fa29c - 72.07% (66.9 MB)


History
2021-07-26 21:48:57 UTC

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

2021-07-26 21:48:57 UTC

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

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-4

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

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

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

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

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-4 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-03 06:17:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-08-03 06:17:28 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-08-03 06:17:42 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:1a396eed835b3b7b4101a9863d174e145ddbb1de1502a63bae726b0f81e7ca93 - 29.34% (31.7 MB)

[#001] sha256:03efa9970ae839d5f1c6ce58b408f6b14ca7f3441cfaa0f8fbb17497e735c911 - 70.66% (76.4 MB)


History
2021-07-26 23:12:46 UTC

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

2021-07-26 23:12:49 UTC

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

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-4

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

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

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

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

2021-08-03 06:17:42 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-4 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-03 06:17:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-08-03 06:17:42 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