2022-07-26 18:53:42 UTC
4.99 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc - 53.5% (2.67 MB)
[#001] sha256:6a7cb4b6377624b9f7b0d00a08f17312bebc399ed4668a128b0a7d76bc06a200 - 46.44% (2.32 MB)
[#002] sha256:a80c6186ca156916ddf7eea0eeca03398e84bb3fd90799ec7dc5af951b9edf3a - 0.02% (1.26 KB)
[#003] sha256:80fd3c3f0b4e238a75f4a0f37232fcb571f7ae8351cae6d1a153fde4109c4616 - 0.0% (164 Bytes)
[#004] sha256:b0717c392ed53235bb868250dff0b6ba1034a318ed04883f5d45b9fcc5e35554 - 0.01% (435 Bytes)
[#005] sha256:a3a81e72cf028d51e0f80501686293060b8c492cfdbe8aae31a5f86de584f8f4 - 0.01% (530 Bytes)
[#006] sha256:ce2ba3205978fb18945907a9e609307117b40b0517e3ec35039a617b0c422caf - 0.01% (381 Bytes)
[#007] sha256:d0f0e373aeeed698b405a4ac9507c9011c9f19d62409511b6fd135447275ef30 - 0.01% (381 Bytes)
[#008] sha256:d2c742f88aa3b4fe53ab86ffd45aa18a4fc8c2645b8b80f291fb40a2fda5b6f6 - 0.0% (161 Bytes)
/bin/sh -c #(nop) ADD file:a2648378045615c3785c752423b1afc8dc1c2b213393344f4d0ca17e7255c1cb in /
2022-07-18 21:00:15 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --update --no-cache lighttpd bash # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c adduser -S www-data -G www-data # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm -rf /etc/lighttpd/lighttpd.conf # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)COPY lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +r -R /etc/lighttpd && chown www-data:www-data -R /var/www && chown www-data:www-data /etc/lighttpd/lighttpd.conf # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)COPY start.sh / # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /start.sh # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)USER www-data
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /var/www/domaincheck/ # buildkit
2022-07-26 18:53:42 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/start.sh"]
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.