2022-11-15 20:57:28 UTC
887 MB
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:d900cba9f9f55565485a1181c89317c2718b6232095971d67af440a33db15594 - 6.87% (61 MB)
[#001] sha256:ed460279e9c27dfd0a1e7ca9b8b42cd7702ccf60a1aed0842d71d8656c3ab596 - 93.13% (826 MB)
/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"]
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.