2024-10-27 17:44:31 UTC
8.32 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 - 41.56% (3.46 MB)
[#001] sha256:bf1ca1f1f0ed9a0f088cdc4e1593c5c7dcab1f8be260beba218a38ce168028f1 - 58.43% (4.86 MB)
[#002] sha256:7938f1e2afab5bc5f011a97fe8efd0fb6e3ee685a9e23fc1edee0935a8bfbfd8 - 0.0% (383 Bytes)
[#003] sha256:59d39aecc6d58e8b03526ad316d8940d7c1e1205769f6c132d47833f468e4aaf - 0.0% (374 Bytes)
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /
2024-09-06 22:20:07 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk upgrade --no-cache -a; apk add --no-cache bash lighttpd netcat-openbsd; adduser -S www-data -G www-data; rm -rf /etc/lighttpd/lighttpd.conf; chmod 777 -R /etc/lighttpd; mkdir -p /var/www/domaincheck; chown www-data:www-data -R /var/www; chmod 777 -R /var/www/domaincheck # buildkit
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)COPY --chown=www-data:www-data lighttpd.conf /lighttpd.conf # buildkit
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)COPY --chmod=775 start.sh /start.sh # buildkit
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)USER www-data
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/start.sh"]
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "nc -z 127.0.0.1 $APACHE_PORT || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
2024-10-27 17:44:31 UTC (buildkit.dockerfile.v0)LABEL com.centurylinklabs.watchtower.enable=false
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.