Namespace
nextcloud
Image / Tag
aio-domaincheck:develop-arm64-6134
Content Digest
sha256:8ee89016c66da14050d93f65e20a9d1acea8f1250da0fca54b2b3896306586b4
Details
Created

2025-03-10 14:51:27 UTC

Size

6.47 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:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 58.85% (3.81 MB)

[#001] sha256:086b1c2894dd07cf0a36822ef54d63a09c8c561d3a9daf47bafe4528612b0674 - 41.14% (2.66 MB)

[#002] sha256:46e8349a4d6e46861bb2bd9f9100b601453b869cdec5434c50f8faea2bfae13f - 0.01% (384 Bytes)

[#003] sha256:9c8e4936e42de5e94fe0da8dba7eda24053862facd6d016b3d29e8a98d942069 - 0.01% (375 Bytes)


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

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

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

CMD ["/bin/sh"]

2025-03-10 14:51:26 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-10 14:51:26 UTC (buildkit.dockerfile.v0)

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

2025-03-10 14:51:27 UTC (buildkit.dockerfile.v0)

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

2025-03-10 14:51:27 UTC (buildkit.dockerfile.v0)

USER www-data

2025-03-10 14:51:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2025-03-10 14:51: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-10 14:51: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