Namespace
condaforge
Image / Tag
miniforge3:4.10.3-7
Content Digest
sha256:0dfe8a9def5a302f801b4289865ce5811ad2a3eff9bcf85d593414efa8953245
Details
Created

2021-10-18 18:39:51 UTC

Size

110 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 - 24.81% (27.2 MB)

[#001] sha256:e6e349cf6be06f0614b443b5e16caa41c60711100897b685f6c7c017a6aa036a - 75.19% (82.6 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-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-7

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

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

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

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

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-7 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-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-10-18 18:39:51 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-10-18 18:43:22 UTC

Size

93.4 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 - 27.74% (25.9 MB)

[#001] sha256:d8ca48f08f6d906d1fe3481a96e94d106db2131e1a0121d52826e46d86e5035a - 72.26% (67.5 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-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-7

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

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

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

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

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-7 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-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-10-18 18:43:22 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2021-10-18 18:43:43 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:77ba7971d651af68e20e7cbb6603a3f7acd8ef2893066767a93db104723556f2 - 29.26% (31.7 MB)

[#001] sha256:d1471855805f56864d12add475f6c586957badf8f5427cbfdbc89319332ff8a3 - 70.74% (76.8 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-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.10.3-7

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

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

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

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

2021-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.10.3-7 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-10-18 18:43:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2021-10-18 18:43:43 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