Update clamav/clamav-debian Docker tag to v1.5.2-37#2460
Conversation
WalkthroughThe ClamAV Docker image base in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.docker/clamav.dockerfile:
- 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.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 31374357-d024-4783-a16c-e52a5ef90381
📒 Files selected for processing (1)
.docker/clamav.dockerfile
| FROM uselagoon/commons:26.3.0 AS commons | ||
|
|
||
| FROM clamav/clamav-debian:1.5.2-36 | ||
| FROM clamav/clamav-debian:1.5.2-37 |
There was a problem hiding this comment.
🧩 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:
- 1: https://hub.docker.com/r/clamav/clamav-debian/tags
- 2: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/README-debian.md
- 3: https://github.com/Cisco-Talos/clamav/releases/tag/clamav-1.5.2
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.
|
Code coverage (threshold: 90%) Per-class coverage |
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
|
Code coverage (threshold: 90%) Per-class coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2460 +/- ##
==========================================
- Coverage 79.88% 79.42% -0.47%
==========================================
Files 128 121 -7
Lines 6861 6702 -159
Branches 47 3 -44
==========================================
- Hits 5481 5323 -158
+ Misses 1380 1379 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
1.5.2-36→1.5.2-37Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.