Namespace
continuumio
Image / Tag
anaconda3:2023.09-0-amazonlinux
Content Digest
sha256:e38592658e493aa6cc4fb3b440960c4a6038c65c1c14d953bc233ef551dbf6d1
Details
Created

2023-09-29 22:02:44 UTC

Size

1.15 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-09-29T21:44:39.700Z
  • org.opencontainers.image.description
    Repository of Docker images created by Anaconda
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    0a0605977202b8b538a2ec23eef0f4972ef7c1d4
  • 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
    2023.09-0-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:0cd473df417d2282c9d0586281fb9293e3faf1fb6481fa584bac46295844f59e - 5.19% (61.2 MB)

[#001] sha256:4d683e4b0238ecd68362d660bd8afd3740c24a0a3e2077d573cd2cb4734ec834 - 94.81% (1.09 GB)


History
2023-09-23 00:39:47 UTC

/bin/sh -c #(nop) COPY dir:5885a696cc03fd82c0c021dd701725b8b1bc11902dc8789780147154a555ba2a in /

2023-09-23 00:39:48 UTC

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

2023-09-29 22:02:44 UTC (buildkit.dockerfile.v0)

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

2023-09-29 22:02:44 UTC (buildkit.dockerfile.v0)

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

2023-09-29 22:02:44 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-2023.09-0-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

2023-09-29 22:02:44 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