Namespace
condaforge
Image / Tag
miniforge3:4.10.3-2
Content Digest
sha256:ed38a607ec4f5879c23df9aeb510fdb3325bc89b9698d6a9cff582e853fb630d
Details
Created

2021-07-19 17:19:22 UTC

Size

116 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:a31c7b29f4ad2bd946738970f040825704a523ded1b9d6f9c7c7cafc6ab731df - 23.42% (27.2 MB)

[#001] sha256:43270c2bc1010b4e97f96edc13f50613bd2ea03b46ceda0044b61e2c0ba2050e - 76.58% (89.1 MB)


History
2021-07-13 22:29:34 UTC

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

2021-07-13 22:29:34 UTC

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

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-2

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-07-19 17:19:22 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-07-19 17:21:37 UTC

Size

98.7 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:99006dae3b24cf096633c9f0234ddeefee9042d4bede6ebc607d63a52bb79fb0 - 26.26% (25.9 MB)

[#001] sha256:a911f6ca31e2c2f2792ffc9bf0a7df0ad84b3bac64106a8ada13b6f9c577fa66 - 73.74% (72.7 MB)


History
2021-07-13 23:01:23 UTC

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

2021-07-13 23:01:23 UTC

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

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-2

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-07-19 17:21:37 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-07-19 17:21:46 UTC

Size

115 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:157ef43c951ca9b65226089aef70b09df64b81636884260390a329c24a3c614b - 27.56% (31.7 MB)

[#001] sha256:56ae3fc9d58482444dc4b0774fc9e1581abd0b3ef58ec5d32c269baaf5f3cdc9 - 72.44% (83.4 MB)


History
2021-07-13 23:22:24 UTC

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

2021-07-13 23:22:32 UTC

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

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-2

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

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

2021-07-19 17:21:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-07-19 17:21:46 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