clam (staging)
Installation
docker pull git.nixc.us/colin/clam:staging
sha256:d94e9a4978f644889cbc76e394ffa3de04b45306c078af3e20d2a4386ad9f016
Image Layers
ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache clamav clamav-libunrar curl bash parallel # buildkit |
RUN /bin/sh -c freshclam # buildkit |
RUN /bin/sh -c curl -sSL https://git.nixc.us/Nixius/go-glitch/raw/branch/master/install.sh | bash # buildkit |
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit |
VOLUME [/scan] |
VOLUME [/quarantine] |
VOLUME [/var/log/clamav] |
ENTRYPOINT ["docker-entrypoint.sh"] |
Labels
Key | Value |
---|---|
com.docker.compose.project | clam |
com.docker.compose.service | clam |
com.docker.compose.version | 2.28.1 |
Details
Versions (2)
View all
production
2025-04-13
staging
2024-10-31