Basic buildpack has a health score of E on Docker Scout #138
Replies: 1 comment 1 reply
|
Hi! We previously had Docker Scout disabled, since we didn't find it hugely reliable or helpful (results are too noisy). We update our base-images every two weeks, and pull in all upstream Ubuntu LTS updates (and make a point of not patching the images/including custom things) - so in general if there are any CVEs then it's an Ubuntu issue, not something we have any control over. The builder images are then built upon these base-images and also include the upstream CNB Looking at the CVEs reported by Docker Scout now, I see the highest level one (CVE-2025-22874) is from the upstream CNB We're on the latest
According to Scout this appears to be from the inclusion of Ghostscript in the images. We intentionally include those packages since some customers rely upon them, so this is operating as designed at the moment.
This isn't something we've looked into before. I don't know whether this is something Pack CLI supports (maybe worth checking with upstream?). |


Hi! We previously had Docker Scout disabled, since we didn't find it hugely reliable or helpful (results are too noisy).
We update our base-images every two weeks, and pull in all upstream Ubuntu LTS updates (and make a point of not patching the images/including custom things) - so in general if there are any CVEs then it's an Ubuntu issue, not something we have any control over.
The builder images are then built upon these base-images and also include the upstream CNB
lifecycle/launchercomponents per the CNB spec:https://github.com/buildpacks/lifecycle
Looking at the CVEs reported by Docker Scout now, I see the highest level one (CVE-2025-22874) is from the upstream CNB
lifecycle. Sa…