Namespace
nextcloud
Image / Tag
aio-domaincheck:develop
Content Digest
sha256:0a70a78584ec7b31252c721bce7648d8eac55ef2e456b130cf291effabad360b
Details
Created

2025-03-25 09:21:27 UTC

Size

6.05 MB

Content Digest
Labels
  • com.centurylinklabs.watchtower.enable
    false

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 57.43% (3.47 MB)

[#001] sha256:864a4f3a78b05ba6765d27d05b697cc4dd13212fcab41e57d2773f542505294b - 42.55% (2.57 MB)

[#002] sha256:093a8921c5111a0be77a8469405bfd34029ce9e5436db783bbf92de83e9e6fb2 - 0.01% (382 Bytes)

[#003] sha256:76cb029c561795ae623707fd87a8dfa843629c2af149897bf20b318351f4a38e - 0.01% (374 Bytes)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-03-25 09:21:27 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

2025-03-25 09:21:27 UTC (buildkit.dockerfile.v0)

COPY --chown=www-data:www-data lighttpd.conf /lighttpd.conf # buildkit

2025-03-25 09:21:27 UTC (buildkit.dockerfile.v0)

COPY --chmod=775 start.sh /start.sh # buildkit

2025-03-25 09:21:27 UTC (buildkit.dockerfile.v0)

USER www-data

2025-03-25 09:21:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2025-03-25 09:21:27 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "nc -z 127.0.0.1 $APACHE_PORT || exit 1"] "0s" "0s" "0s" "0s" '\x00'}

2025-03-25 09:21:27 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.enable=false

Danger Zone
Delete Tag

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.

Delete