Henrik henrik
  • Joined on 2025-11-12

clamd (latest)

Published 2026-02-13 14:22:15 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/clamd:latest
sha256:32a7ac8fef737a6eaaedda6113a87c8bb0218cf256249fd1f0e244b5b4a7fc87

Image Layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer== The Infrastructure Company GmbH <info@servercow.de>
RUN /bin/sh -c apk upgrade --no-cache && apk add --update --no-cache tzdata rsync bind-tools bash tini json-c libbz2 libcurl libmilter libxml2 ncurses-libs pcre2 zlib libgcc && addgroup -S "clamav" && adduser -D -G "clamav" -h "/var/lib/clamav" -s "/bin/false" -S "clamav" && install -d -m 755 -g "clamav" -o "clamav" "/var/log/clamav" && chown -R clamav:clamav /var/lib/clamav # buildkit
COPY /clamav / # buildkit
COPY clamd.sh /clamd.sh # buildkit
RUN /bin/sh -c chmod +x /sbin/tini # buildkit
COPY healthcheck.sh /healthcheck.sh # buildkit
COPY clamdcheck.sh /usr/local/bin # buildkit
RUN /bin/sh -c chmod +x /healthcheck.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/clamdcheck.sh # buildkit
HEALTHCHECK &{["CMD-SHELL" "\"/healthcheck.sh\""] "0s" "0s" "6m0s" "0s" '\x00'}
ENTRYPOINT []
CMD ["/sbin/tini" "-g" "--" "/clamd.sh"]

Labels

Key Value
maintainer = The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:22:15 +01:00
0
OCI / Docker
linux/amd64
34 MiB
Versions (2) View all
1.71 2026-02-13
latest 2026-02-13