Namespace
condaforge
Image / Tag
miniforge3:4.12.0-0
Content Digest
sha256:03f875d4d7b9ecc7c051598b68c82dfa2b400634d0948843bcd0439d48ebe334
Details
Created

2022-05-09 19:03:55 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:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 25.22% (27.2 MB)

[#001] sha256:71c48cabfa0c7cca7fa3b55ca6f93d602cd63633c17a65cab94f85beb30c5099 - 74.78% (80.8 MB)


History
2022-04-29 23:20:59 UTC

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

2022-04-29 23:20:59 UTC

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

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.12.0-0

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-05-09 19:03:55 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-05-09 19:07:00 UTC

Size

91.5 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:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 - 28.33% (25.9 MB)

[#001] sha256:2a85590296fc95f51d566c0b45ab4aa4b54c5ec6d0cf80ee27ff6211dda2b110 - 71.67% (65.5 MB)


History
2022-04-29 22:49:34 UTC

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

2022-04-29 22:49:35 UTC

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

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.12.0-0

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-05-09 19:07:00 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-05-09 19:07:08 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:e9c0a77cb9f0f7330e3fc62254e4c8ae89ed4bba21209fdc1088195250f950b9 - 29.85% (31.7 MB)

[#001] sha256:bd06b281fd7fbe01fd51d778fa991fd32686f8c1ebb0c58ae2fb32e30cb4cd1a - 70.15% (74.6 MB)


History
2022-04-29 23:22:28 UTC

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

2022-04-29 23:22:33 UTC

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

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.12.0-0

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:07:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-05-09 19:07:08 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