Namespace
condaforge
Image / Tag
miniforge3:4.10.3-9
Content Digest
sha256:450771240bee47a153e29de3d68568da0897295e8787369c2a0f201aadd6664a
Details
Created

2021-11-29 12:21:11 UTC

Size

106 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:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 - 25.66% (27.2 MB)

[#001] sha256:e8bc0f0a5f33dcf23f1b10a9ac0d6ec8b7c7a451e438b5c9fbd2783c962f790a - 74.34% (78.9 MB)


History
2021-10-16 00:37:47 UTC

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

2021-10-16 00:37:47 UTC

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

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-9

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

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

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

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

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-9 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-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-11-29 12:21:11 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-11-29 12:24:38 UTC

Size

89.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:a39c84e173f038958d338f55a9e8ee64bb6643e8ac6ae98e08ca65146e668d86 - 28.84% (25.9 MB)

[#001] sha256:e72fe6e1901cbb3b3787e42ca6aecc90f695c773ab66d39ab5d82dc76da0f640 - 71.16% (63.9 MB)


History
2021-10-16 01:47:45 UTC

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

2021-10-16 01:47:45 UTC

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

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-9

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

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

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

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

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-9 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-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-11-29 12:24:38 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-11-29 12:24:57 UTC

Size

105 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:77ba7971d651af68e20e7cbb6603a3f7acd8ef2893066767a93db104723556f2 - 30.3% (31.7 MB)

[#001] sha256:3af209b469e2856974b7a573a2d0cf9a6a34bb8db1462aa33b58d2fae07b61f8 - 69.7% (73 MB)


History
2021-10-16 00:36:38 UTC

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

2021-10-16 00:36:44 UTC

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

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-9

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

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

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

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

2021-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-9 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-11-29 12:24:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-11-29 12:24:57 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