2025-01-01 03:15:04 UTC
34.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:38a8310d387e375e0ec6fabe047a9149e8eb214073db9f461fee6251fd936a75 - 10.01% (3.48 MB)
[#001] sha256:3cd76818ce48da904b0f3f4189adf8d70fcf2ced661f3281fed7022ae631ef41 - 89.99% (31.3 MB)
ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit
2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-01-01 03:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache docker-cli python3 py3-pip git && git clone -b owner https://github.com/DDS-Derek/runlike.git /runlike && cd /runlike && pip install --upgrade --no-cache-dir --break-system-packages pip && pip install --no-cache-dir --break-system-packages . && apk del --purge git # buildkit
2025-01-01 03:15:04 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["runlike" "--use-volume-id"]
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.