Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/clamav.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

FROM uselagoon/commons:26.3.0 AS commons

FROM clamav/clamav-debian:1.5.2-36
FROM clamav/clamav-debian:1.5.2-37
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | πŸ”΄ Critical

🧩 Analysis chain

🌐 Web query:

What is the current OCI digest (sha256) for docker image tag clamav/clamav-debian:1.5.2-37 on Docker Hub, and is there an official release note/changelog entry for this tag?

πŸ’‘ Result:

The Docker image tag clamav/clamav-debian:1.5.2-37 does not exist on Docker Hub as of 2026-04-14. The tags page lists up to 1.5.2-36 (pushed 5 days ago), with platform-specific digests sha256:164bde76d80c (linux/amd64), sha256:c26b77704230 (linux/arm64), sha256:b6b1715254b0 (linux/ppc64le). No tag matching 1.5.2-37 appears in search results across multiple pages or queries. There is no official release note or changelog entry for this specific Docker tag, as Docker images use revision numbers like -36 for rebuilds (e.g., for base image updates), not tied to ClamAV source releases. The ClamAV 1.5.2 source release notes are available on GitHub but unrelated to Docker revisions.

Citations:


The specified image tag clamav/clamav-debian:1.5.2-37 does not exist on Docker Hub. The latest available tag is 1.5.2-36 (pushed 5 days ago). This Dockerfile will fail to build. Either revert to 1.5.2-36 or confirm that 1.5.2-37 has been released before merging.

πŸ€– Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.docker/clamav.dockerfile at line 15, The Dockerfile's base image tag
"clamav/clamav-debian:1.5.2-37" does not exist; update the FROM line to a valid
tag (e.g., "clamav/clamav-debian:1.5.2-36") or verify and wait until "1.5.2-37"
is published before merging so the build won't fail.


COPY --from=commons /lagoon /lagoon
COPY --from=commons /bin/fix-permissions /bin/ep /bin/docker-sleep /bin/wait-for /bin/
Expand Down
Loading