2023-01-04 16:13:57 UTC
5.06 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 52.91% (2.68 MB)
[#001] sha256:35fc554f1926bf8d1a0d4c50bea7b10bfd9fd25e5c0ee889cdce153bbd07596b - 47.02% (2.38 MB)
[#002] sha256:de9e181b0d3ddc2605e5b6490e1e7f334a50d902689a6f5ed27443194e9800cf - 0.02% (1.26 KB)
[#003] sha256:05d75522565305cdbfa51335f3335816330ee8c087b36587dd550dc1af0181e7 - 0.0% (165 Bytes)
[#004] sha256:533806f6198d875e88a040572bf4a98437e9a2efdb319db87ed37d44ca9383c1 - 0.01% (435 Bytes)
[#005] sha256:a6c600a712698cfc78f4e9d5f39bb44a6ecc9713970d832456ff9101fa04b801 - 0.01% (531 Bytes)
[#006] sha256:0956399e24524087b565fc8eb16cb429ade1f1bb5f5e88227c41f1434a1a854a - 0.01% (382 Bytes)
[#007] sha256:46794ec6df75566c776c0efb5becf11d70f6f1ff1ddbabda8af66cb07ecffa49 - 0.01% (382 Bytes)
[#008] sha256:f8851182417d34128d598934678d2f3f809cf08c21e3741e6bd9c58ddf93dcfe - 0.0% (162 Bytes)
/bin/sh -c #(nop) ADD file:ceeb6e8632fafc657116cbf3afbd522185a16963230b57881073dad22eb0e1a3 in /
2022-11-12 04:19:23 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --update --no-cache lighttpd bash netcat-openbsd # buildkit
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c adduser -S www-data -G www-data # buildkit
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm -rf /etc/lighttpd/lighttpd.conf # buildkit
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)COPY lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit
2023-01-04 16:13:57 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
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)COPY start.sh / # buildkit
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /start.sh # buildkit
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)USER www-data
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /var/www/domaincheck/ # buildkit
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/start.sh"]
2023-01-04 16:13:57 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "nc -z localhost $APACHE_PORT || exit 1"] "0s" "0s" "0s" '\x00'}
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.