2022-07-26 18:53:38 UTC
4.88 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f97344484467e4c4ebb85aae724170073799295a3442c50ab532e249bd27b412 - 52.7% (2.57 MB)
[#001] sha256:3bd0c2cc7f368ce86cf38f06597f693434702f4f36794345397b7d080a4171f5 - 47.23% (2.3 MB)
[#002] sha256:6c8b5050075662b4d2f7c21b03cc3605b989eeef64ec97d5bd05a79f15224874 - 0.03% (1.26 KB)
[#003] sha256:b6d8ca36c35f237d4cb9b06df11ce952a64c39208a931d39733957ac831060e3 - 0.0% (164 Bytes)
[#004] sha256:7b235826ee65b82ee7f0ef237d784c97bc7961765e379406693819d4533f51c6 - 0.01% (434 Bytes)
[#005] sha256:bf5d80154087c892078cf151831c94a2f2e7bd087245565f72b5a95365968d33 - 0.01% (536 Bytes)
[#006] sha256:16877afcb650d01063cfe07bf1b54671a49c493b62efac4499aa3686227cd59e - 0.01% (381 Bytes)
[#007] sha256:3aa61ea3bf7fdecdc2819146ba59185a3f819aa2b8fb09349b0284fed0e19757 - 0.01% (381 Bytes)
[#008] sha256:104140b2e92e79171df7e05a3e5def308a7606e81cfd2e533c7a745e43f0f794 - 0.0% (162 Bytes)
/bin/sh -c #(nop) ADD file:9ccb70abba88b6de789b29f17770246f765ffbb072fe598580bfc29ce3213f1c in /
2022-07-18 21:57:05 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --update --no-cache lighttpd bash # buildkit
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c adduser -S www-data -G www-data # buildkit
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm -rf /etc/lighttpd/lighttpd.conf # buildkit
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)COPY lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit
2022-07-26 18:53:38 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:38 UTC (buildkit.dockerfile.v0)COPY start.sh / # buildkit
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /start.sh # buildkit
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)USER www-data
2022-07-26 18:53:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /var/www/domaincheck/ # buildkit
2022-07-26 18:53:38 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.