2023-09-29 22:02:44 UTC
1.15 GB
C.UTF-8
LC_ALLC.UTF-8
PATH/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0cd473df417d2282c9d0586281fb9293e3faf1fb6481fa584bac46295844f59e - 5.19% (61.2 MB)
[#001] sha256:4d683e4b0238ecd68362d660bd8afd3740c24a0a3e2077d573cd2cb4734ec834 - 94.81% (1.09 GB)
/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"]
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.