All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Minimal CVE Hardened Container Images for Enhanced Security

By

ritvikarya98

4mo ago· 13 min readenCode

Summary

The article describes a GitHub project called 'minimal' that provides production-ready container images with minimal CVEs (Common Vulnerabilities and Exposures). The images are rebuilt daily using Chainguard's apko and Wolfi packages, offering significantly reduced vulnerabilities compared to traditional container images. For example, while traditional images like debian:latest may have 127 CVEs patched in about 30 days, these minimal images typically have 0-5 CVEs patched in under 48 hours. The project includes various language-specific images like Python and provides live vulnerability reports updated on every build.

Key quotes

· 5 pulled
Production-ready container images with minimal CVEs, rebuilt daily using Chainguard's apko and Wolfi packages.
Container vulnerabilities are a top attack vector. Most base images ship with dozens of known CVEs that take weeks or months to patch.
Traditional images — debian:latest — 127 CVEs, patched in ~30 days
Minimal images — minimal-python — 0-5 CVEs, patched in <48 hours
rtvkiz.github.io/minimal — live vulnerability report, updated on every build
Snippet from the RSS feed
Minimal CVE Hardened container image collection. Contribute to rtvkiz/minimal development by creating an account on GitHub.

You might also wanna read