BREAKING CHANGE: Starting with v0.72.0, APT repository publishes deb packages only to the generic distribution
#10819
DmitriyLewen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Trivy ships as a single static binary, so the
.debpackage is identical for every Debian/Ubuntu release — there was never a reason to maintain a separate distribution per codename. The install docs have recommended the codename-agnosticgenericdistribution since #6606, so per-codename distributions are already legacy.Starting with v0.72.0, the official Trivy APT repository publishes new releases only to the
genericdistribution. Per-codename distributions (jammy,noble,bookworm,focal, …) are no longer updated.Who is affected
Only users whose
/etc/apt/sources.list.d/trivy.listpoints at a specific codename instead ofgeneric, e.g.:You can check your current configuration with:
If the output contains a codename (
noble,bookworm,focal, …), you are affected: such setups will not break —apt updatekeeps working — but they stay frozen at the last version published before v0.72.0 and will not receive any further updates.If your source line already uses
generic, no action is needed.What to do
Update your repository source to use the
genericdistribution:The existing codename distributions are left in place (frozen), so nothing breaks immediately — but switch to
genericto keep receiving updates.Beta Was this translation helpful? Give feedback.
All reactions