2022-06-13 15:44:40 UTC
886 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:ec3b4c26678b188d3874bed5e14dd278311fc05c81e418d5f0da36ec38d9f488 - 6.88% (60.9 MB)
[#001] sha256:5aed2a88a3c18bea403a88c064380fb2d1d3ea7d0088f751d58d41b16ffc066b - 93.12% (825 MB)
/bin/sh -c #(nop) ADD file:c351a8c80719ef38e02c26849f50bb7d79c24a6347cc2a72ae1a0768964bd113 in /
2022-05-03 22:39:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-06-13 15:44:40 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
2022-06-13 15:44:40 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-06-13 15:44:40 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.05-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-06-13 15:44:40 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.