2022-06-06 21:09:26 UTC
5.14 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 - 50.45% (2.59 MB)
[#001] sha256:f06c08dc53a0994463484de9362f3f04dc67690f7fdd895a5a69deeea48fdd23 - 49.5% (2.54 MB)
[#002] sha256:1be95c80c12c6a40ff92865807b3321c16c6a4396a431678ac13685b5d903f42 - 0.02% (1.26 KB)
[#003] sha256:fe7c8a4c13a0eccc680585e2d6d12dd3e460e7e48989d925716ab5ee3e851fb7 - 0.0% (164 Bytes)
[#004] sha256:575f3041bca59810cdab9b13da8777eabf652581c3ddaf71f5201c579ba19d55 - 0.01% (392 Bytes)
[#005] sha256:37d9dd9e095670d47fb7c4c3377208f756761e71f29396ff4b719b2bf23c7780 - 0.0% (176 Bytes)
[#006] sha256:a1f6ca2800349778cbe568fe2fe7acc51d1001dcd01b842ddd0a29b876c2afd1 - 0.01% (324 Bytes)
[#007] sha256:70e363327cb36777953e18984389c45fee2bb78e73bf70024359c4fd6f61e539 - 0.01% (322 Bytes)
[#008] sha256:028484f07ecfd0645849c387657fb2f47d649f131a4e81322d7f2108479feb53 - 0.0% (164 Bytes)
/bin/sh -c #(nop) ADD file:90e56af13188c7f0283d244a0d70b853d8bef8587a41f1da8eac3a2aba8964ef in /
2022-04-04 23:39:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-06-06 21:09:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --update --no-cache lighttpd bash # buildkit
2022-06-06 21:09:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c adduser -S www-data -G www-data # buildkit
2022-06-06 21:09:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm -rf /etc/lighttpd/lighttpd.conf # buildkit
2022-06-06 21:09:25 UTC (buildkit.dockerfile.v0)COPY lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit
2022-06-06 21:09:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +r -R /etc/lighttpd && chown www-data:www-data -R /var/www # buildkit
2022-06-06 21:09:25 UTC (buildkit.dockerfile.v0)COPY start.sh / # buildkit
2022-06-06 21:09:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /start.sh # buildkit
2022-06-06 21:09:26 UTC (buildkit.dockerfile.v0)USER www-data
2022-06-06 21:09:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /var/www/domaincheck/ # buildkit
2022-06-06 21:09:26 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.