Namespace
continuumio
Image / Tag
anaconda3:2022.10-amazonlinux
Content Digest
sha256:dc7a017b8e226f95f3af764579dea40b346fe3e4fbfc396a5382fc7c9148913c
Details
Created

2022-11-15 20:57:28 UTC

Size

887 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-11-15T20:47:15.814Z
  • org.opencontainers.image.description
    Repository of Docker images created by Continuum Analytics
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    efcda4a279fca8b5e00d8ba61a09abcc86383f42
  • 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.10-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:d900cba9f9f55565485a1181c89317c2718b6232095971d67af440a33db15594 - 6.87% (61 MB)

[#001] sha256:ed460279e9c27dfd0a1e7ca9b8b42cd7702ccf60a1aed0842d71d8656c3ab596 - 93.13% (826 MB)


History
2022-10-26 15:27:06 UTC

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

2022-10-26 15:27:06 UTC

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

2022-11-15 20:57:28 UTC (buildkit.dockerfile.v0)

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

2022-11-15 20:57:28 UTC (buildkit.dockerfile.v0)

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

2022-11-15 20:57:28 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.10-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-11-15 20:57:28 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