Namespace
nextcloud
Image / Tag
aio-clamav:20250822_112758
Content Digest
sha256:6907e4d3c3e6075239aeef9d0bee10538c863ae72141d44e683d17d4de89edc2
Details
Created

2025-08-14 09:19:01 UTC

Size

271 MB

Content Digest
Labels
  • com.centurylinklabs.watchtower.enable
    false
  • org.label-schema.vendor
    Nextcloud

Environment
PATH

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


Layers

[#000] sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 - 1.34% (3.62 MB)

[#001] sha256:8aa7cebc045e6d422cb8fa1e8720e56c80d22ad73f7fffda332c77abc481e209 - 98.66% (267 MB)

[#002] sha256:b304949e29cb206b6fd5ccb0fe5f04de8b91c4fe89c738dfd983a47f8c69bbf1 - 0.0% (249 Bytes)

[#003] sha256:9d1f642cfec8dc4c61659f840c3df9e7de73341152c51374b4e2bda4dc0f667c - 0.0% (234 Bytes)

[#004] sha256:8cbc1293d540a5b37dd417e0959c5b3c1d60acfb52613677bffbc784cd969cf2 - 0.0% (327 Bytes)


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

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

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; apk upgrade --no-cache -a; apk add --no-cache tzdata clamav supervisor bash; mkdir -p /run/clamav /var/log/supervisord /var/run/supervisord; chmod 777 -R /run/clamav /var/log/clamav /var/log/supervisord /var/run/supervisord; sed -i "s|#\?MaxDirectoryRecursion.*|MaxDirectoryRecursion 30|g" /etc/clamav/clamd.conf; sed -i "s|#\?MaxFileSize.*|MaxFileSize 2G|g" /etc/clamav/clamd.conf; sed -i "s|#\?PCREMaxFileSize.*|PCREMaxFileSize aio-placeholder|g" /etc/clamav/clamd.conf; sed -i "s|#\?StreamMaxLength.*|StreamMaxLength aio-placeholder|g" /etc/clamav/clamd.conf; sed -i "s|#\?TCPSocket|TCPSocket|g" /etc/clamav/clamd.conf; sed -i "s|^LocalSocket .*|LocalSocket /tmp/clamd.sock|g" /etc/clamav/clamd.conf; freshclam --foreground --stdout # buildkit

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

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

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

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

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

COPY --chmod=664 supervisord.conf /supervisord.conf # buildkit

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

USER 100

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clamav]

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.enable=false org.label-schema.vendor=Nextcloud

2025-08-14 09:19:01 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "1m0s" "0s" '\t'}

Details
Created

2025-08-14 09:18:08 UTC

Size

268 MB

Content Digest
Labels
  • com.centurylinklabs.watchtower.enable
    false
  • org.label-schema.vendor
    Nextcloud

Environment
PATH

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


Layers

[#000] sha256:6e174226ea690ced550e5641249a412cdbefd2d09871f3e64ab52137a54ba606 - 1.47% (3.94 MB)

[#001] sha256:daee5f0265616e06c30405852411c8e5526ceee7a28270e59bc93f21fc9e68f0 - 98.53% (264 MB)

[#002] sha256:7a8887b2ae7f369424246f35936b04c2844d102fc6b23d6a24b830a46814e4b2 - 0.0% (249 Bytes)

[#003] sha256:3ed843635aac193f729fe8271e0582b93fbc7d178e5f413c8150e6d2ba2f4d0f - 0.0% (234 Bytes)

[#004] sha256:e867559c17af13b5b9018d49924ffc884342a142774036fda5c79a805bc3c830 - 0.0% (328 Bytes)


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

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

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; apk upgrade --no-cache -a; apk add --no-cache tzdata clamav supervisor bash; mkdir -p /run/clamav /var/log/supervisord /var/run/supervisord; chmod 777 -R /run/clamav /var/log/clamav /var/log/supervisord /var/run/supervisord; sed -i "s|#\?MaxDirectoryRecursion.*|MaxDirectoryRecursion 30|g" /etc/clamav/clamd.conf; sed -i "s|#\?MaxFileSize.*|MaxFileSize 2G|g" /etc/clamav/clamd.conf; sed -i "s|#\?PCREMaxFileSize.*|PCREMaxFileSize aio-placeholder|g" /etc/clamav/clamd.conf; sed -i "s|#\?StreamMaxLength.*|StreamMaxLength aio-placeholder|g" /etc/clamav/clamd.conf; sed -i "s|#\?TCPSocket|TCPSocket|g" /etc/clamav/clamd.conf; sed -i "s|^LocalSocket .*|LocalSocket /tmp/clamd.sock|g" /etc/clamav/clamd.conf; freshclam --foreground --stdout # buildkit

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

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

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

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

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

COPY --chmod=664 supervisord.conf /supervisord.conf # buildkit

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

USER 100

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clamav]

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.enable=false org.label-schema.vendor=Nextcloud

2025-08-14 09:18:08 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "1m0s" "0s" '\t'}

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