Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 6, 2026

ClamAV 0.105.1 is outdated. Updates titan to use the current LTS branch (1.0).

Changes

  • Dockerfile: Update base image from clamav/clamav:0.105.1_base to clamav/clamav:1.0_base
  • bootstrap.sh: Adapt init script handling for ClamAV 1.0 format changes:
    • New image uses tini in shebang (#!/sbin/tini /bin/sh)
    • Blocking command changed from tail -f to exec tail -f
# Before (0.105.x)
grep -v 'tail -f "/dev/null"' /init | sh

# After (1.0.x)
sed -e 's|^#!/sbin/tini /bin/sh|#!/bin/sh|' -e '/exec tail -f.*\/dev\/null/d' -e '/tail -f.*\/dev\/null/d' /init | sh

The sed patterns handle both old and new init script formats for compatibility.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • blog.clamav.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • docs.clamav.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • www.clamav.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

please update the clamav version in titan to be the most up to date LTS version and fix any complications that arise from that


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: lowtorola <44183219+lowtorola@users.noreply.github.com>
Copilot AI changed the title [WIP] Update ClamAV to the latest LTS version Update ClamAV in titan to LTS version 1.0 Jan 6, 2026
Copilot AI requested a review from lowtorola January 6, 2026 13:58
Copy link
Contributor

@lowtorola lowtorola left a comment

Choose a reason for hiding this comment

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

LGTM :shipit:

@lowtorola lowtorola marked this pull request as ready for review January 6, 2026 14:10
@lowtorola lowtorola self-requested a review January 6, 2026 14:13
Copy link
Contributor

@lowtorola lowtorola left a comment

Choose a reason for hiding this comment

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

LGTM :shipit:

@lowtorola lowtorola merged commit 0116ad1 into main Jan 6, 2026
4 checks passed
@lowtorola lowtorola deleted the copilot/update-clamav-version branch January 6, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants