Namespace
condaforge
Image / Tag
miniforge3:4.13.0-1
Content Digest
sha256:ade514e4a5b8db9d52f6c614007cc20fcef49a8cee8240c627e1ab9a47f28764
Details
Created

2022-09-03 14:08:59 UTC

Size

107 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:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f - 25.47% (27.2 MB)

[#001] sha256:8add11a49e8c39b88d6b52e4f6103d06bbfc5a1dc9a86aa33f40acc6d57c3541 - 74.53% (79.7 MB)


History
2022-09-01 23:46:26 UTC

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

2022-09-01 23:46:27 UTC

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

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.13.0-1

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

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

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

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

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.13.0-1 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 --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean --force-pkgs-dirs --all --yes && 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-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-09-03 14:08:59 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-09-03 14:13:03 UTC

Size

92.1 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:7a9f619ee5e9c87f19eed59abef41d53eb0694f492da010ee069ff26e7b4ff3f - 28.16% (25.9 MB)

[#001] sha256:17ce6700f1d9e3c0e1d838d3005fdee400b0356db68ea3b13daa71bdad22cd7e - 71.84% (66.1 MB)


History
2022-09-02 00:57:42 UTC

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

2022-09-02 00:57:43 UTC

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

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.13.0-1

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

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

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

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

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.13.0-1 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 --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean --force-pkgs-dirs --all --yes && 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-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-09-03 14:13:03 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

Details
Created

2022-09-03 14:13:14 UTC

Size

107 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:891f6400ce611ee5975f04ad6d2c68305c76a8628b846df1b1f9ac7c45b1311c - 29.67% (31.8 MB)

[#001] sha256:f47e42774a53dd4a0b8d428aa382064692076fd1e042e9bbdf8c12f1beac238d - 70.33% (75.3 MB)


History
2022-09-01 23:49:54 UTC

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

2022-09-01 23:49:56 UTC

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

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_NAME=Miniforge3

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

ARG MINIFORGE_VERSION=4.13.0-1

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

ARG TINI_VERSION=v0.18.0

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

ENV CONDA_DIR=/opt/conda

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

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

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

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

2022-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

RUN |4 MINIFORGE_NAME=Miniforge3 MINIFORGE_VERSION=4.13.0-1 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 --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && conda clean --force-pkgs-dirs --all --yes && 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-09-03 14:13:14 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2022-09-03 14:13:14 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