Namespace
continuumio
Image / Tag
anaconda3:2022.05-amazonlinux
Content Digest
sha256:255562815469a625a5361fed98ffdc40fa1491222bbb5905d28021faada94e7f
Details
Created

2022-06-13 15:44:40 UTC

Size

886 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-06-13T15:33:03.026Z
  • org.opencontainers.image.description
    Repository of Docker images created by Continuum Analytics
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    4df6fd6a5e298a3e987c0b91f4cc12126c279424
  • org.opencontainers.image.source
    https://github.com/ContinuumIO/docker-images
  • org.opencontainers.image.title
    docker-images
  • org.opencontainers.image.url
    https://github.com/ContinuumIO/docker-images
  • org.opencontainers.image.version
    2022.05-amazonlinux

Environment
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:ec3b4c26678b188d3874bed5e14dd278311fc05c81e418d5f0da36ec38d9f488 - 6.88% (60.9 MB)

[#001] sha256:5aed2a88a3c18bea403a88c064380fb2d1d3ea7d0088f751d58d41b16ffc066b - 93.12% (825 MB)


History
2022-05-03 22:39:32 UTC

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

2022-05-03 22:39:34 UTC

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

2022-06-13 15:44:40 UTC (buildkit.dockerfile.v0)

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

2022-06-13 15:44:40 UTC (buildkit.dockerfile.v0)

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

2022-06-13 15:44:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c yum install -y wget bzip2 ca-certificates libglib2.0-0 libXext libSM libXrender libXcomposite libXcursor libXdamage libXfixes libXi libXinerama libXrandr git mercurial subversion && yum clean all && rm -rf /var/cache/yum && wget --quiet https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-aarch64.sh -O ~/anaconda.sh && /bin/bash ~/anaconda.sh -b -p /opt/conda && rm ~/anaconda.sh && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate base" >> ~/.bashrc && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && /opt/conda/bin/conda clean -afy # buildkit

2022-06-13 15:44:40 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