Skip to content

Update clamav/clamav-debian Docker tag to v1.5.2-37#2460

Merged
AlexSkrypnyk merged 1 commit intomainfrom
deps/container-images-all-major-minor-patch
Apr 14, 2026
Merged

Update clamav/clamav-debian Docker tag to v1.5.2-37#2460
AlexSkrypnyk merged 1 commit intomainfrom
deps/container-images-all-major-minor-patch

Conversation

@AlexSkrypnyk
Copy link
Copy Markdown
Member

@AlexSkrypnyk AlexSkrypnyk commented Apr 14, 2026

This PR contains the following updates:

Package Type Update Change
clamav/clamav-debian (source) final patch 1.5.2-361.5.2-37

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 3am"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Apr 14, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex Apr 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 14, 2026

Walkthrough

The ClamAV Docker image base in .docker/clamav.dockerfile is updated from version 1.5.2-36 to 1.5.2-37. This is a minor patch version bump of the upstream container image, with no changes to the build configuration or logic.

Changes

Cohort / File(s) Summary
Docker Base Image Update
.docker/clamav.dockerfile
Base image version bumped from clamav/clamav-debian:1.5.2-36 to clamav/clamav-debian:1.5.2-37.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A tiny hop, a version's climb,
From thirty-six to thirty-seven's time,
ClamAV's updated, fresh and clean,
The smallest patch we've ever seen! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically describes the main change: updating the ClamAV Docker image tag from 1.5.2-36 to 1.5.2-37, which directly matches the file modification.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/container-images-all-major-minor-patch

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between e4c15ff and 232806a.

📒 Files selected for processing (1)
  • .docker/clamav.dockerfile

Comment thread .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
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.

@github-actions
Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk
Copy link
Copy Markdown
Member Author

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.42%. Comparing base (e4c15ff) to head (232806a).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexSkrypnyk AlexSkrypnyk merged commit 9e6635d into main Apr 14, 2026
29 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the deps/container-images-all-major-minor-patch branch April 14, 2026 21:59
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull request was raised automatically by a dependency bot

Projects

Status: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant