2025-03-10 14:52:05 UTC
267 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 1.43% (3.81 MB)
[#001] sha256:6b0c52904f7a3a42be6970ef14f8a39154b13d503392c74151a7e2a7823ed98b - 98.57% (263 MB)
[#002] sha256:cb634673c605e9f4f2530fe211308b300584dc39b3308af1a9b64c2c19d23da3 - 0.0% (206 Bytes)
[#003] sha256:d1def5cf2b3255123acfea103e6bb6241e3c29e7532bb245f1a0dbdbd9ff1e33 - 0.0% (235 Bytes)
[#004] sha256:ea9d3718f64109bc1341e90dbfc4c0eca3d6013e004250d56b07c3fca75ec8c5 - 0.0% (321 Bytes)
ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-10 14:52:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk upgrade --no-cache -a; apk add --no-cache tzdata clamav supervisor bash; mkdir -p /run/clamav /var/log/supervisord /var/run/supervisord; chmod 777 -R /run/clamav /var/log/clamav /var/log/supervisord /var/run/supervisord; sed -i "s|#\?MaxDirectoryRecursion.*|MaxDirectoryRecursion 30|g" /etc/clamav/clamd.conf; sed -i "s|#\?MaxFileSize.*|MaxFileSize 2G|g" /etc/clamav/clamd.conf; sed -i "s|#\?PCREMaxFileSize.*|PCREMaxFileSize aio-placeholder|g" /etc/clamav/clamd.conf; sed -i "s|#\?StreamMaxLength.*|StreamMaxLength aio-placeholder|g" /etc/clamav/clamd.conf; sed -i "s|#\?TCPSocket|TCPSocket|g" /etc/clamav/clamd.conf; freshclam --foreground --stdout # buildkit
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)COPY --chmod=775 start.sh /start.sh # buildkit
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)COPY --chmod=775 healthcheck.sh /healthcheck.sh # buildkit
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)COPY --chmod=664 supervisord.conf /supervisord.conf # buildkit
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)USER 100
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clamav]
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/start.sh"]
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)LABEL com.centurylinklabs.watchtower.enable=false
2025-03-10 14:52:05 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "1m0s" "0s" '\t'}
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.