Namespace
continuumio
Image / Tag
anaconda3:2023.03-1-amazonlinux
Content Digest
sha256:359572d5d4fb410b217f12d617913bda8312c50929b70f2975fcf267f4b371e3
Details
Created

2023-05-02 19:25:01 UTC

Size

953 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-02T19:12:48.239Z
  • org.opencontainers.image.description
    Repository of Docker images created by Anaconda
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    60eb8fe8f841c7d64a2439920562edc8e409c80f
  • 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.03-1-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:949542da27c3c0ab979766d37f455344960f838d9f661b9db50bec634ca7149e - 6.42% (61.2 MB)

[#001] sha256:7843aed71e42019c1ec110e0139885003fac55c693794ad0bad7460b904e3789 - 93.58% (892 MB)


History
2023-03-28 18:40:10 UTC

/bin/sh -c #(nop) COPY dir:1d0df99dbb2a961dca382ec30c27f40e06635a9186a0715c0d2a629262a04288 in /

2023-03-28 18:40:10 UTC

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

2023-05-02 19:25:01 UTC (buildkit.dockerfile.v0)

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

2023-05-02 19:25:01 UTC (buildkit.dockerfile.v0)

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

2023-05-02 19:25:01 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.03-1-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-05-02 19:25:01 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