1. Blog
  2. Article

Lily Rivers-Klee
11 September 2026


Accelerating software delivery with minimal OCI images

For Independent Software Vendors (ISVs), delivering containerized applications to enterprise clients often means navigating a difficult trade-off between minimal image size and accurate security visibility. Traditional approaches can leave development teams battling severe CVE noise or, conversely, missing critical vulnerabilities entirely due to scanner blind spots. What’s more, off-the-shelf images require clients to fit their needs into what’s available, rather than being able to build and use container images that meet their exact specifications.

To help ISVs overcome this compromise, Canonical is hosting a technical webinar on September 23, 2026. In the session, you’ll learn how to deliver lightweight, secure, and scannable container images without the operational overhead.

Addressing the distroless security gap

Typical distroless images use a “top-down” approach, inflating a base image and then cherry-picking to trim it down. Unfortunately, this often strips out essential package metadata, causing security scanners to miss critical vulnerabilities and report false negatives. 

In this webinar, you’ll learn how rocks, Canonical’s OCI-compliant, minimal container images, solve this by using a “bottom-up” approach. Powered by Chisel, our novel package manager, rocks are built by slicing packages directly from the Ubuntu archives, staying ultra-small while retaining the exact metadata required for highly accurate CVE scanning. 

Live demo: building a rock with Rockcraft

Creating a minimal, secure, and maintainable container shouldn’t be a hurdle. Our engineers will provide a hands-on demonstration of building a rock using Chisel and Rockcraft. You will see how to:

  • Move away from ungoverned, imperative Dockerfiles that cause inconsistencies.
  • Use Rockcraft’s declarative YAML format for a standardized, reproducible developer experience.
  • Build and pack OCI-compliant images effortlessly.

Enterprise-ready commitments

Enterprises trust their operating systems for their most critical systems. With rocks, ISVs can draw upon the trusted Ubuntu ecosystem, but for their container dependencies. We will cover the enterprise commitments behind rocks, including:

  • Non-root default execution to enforce the principle of least privilege and contain blast radiuses.
  • Hardened designs built from trusted, heavily audited Ubuntu sources.
  • Timely CVE fixes, backporting, and up to 15 years of Long-Term Support (LTS) through Ubuntu Pro.

Empowered by security scanner partnerships

Because rocks solve the distroless visibility problem, the wider cybersecurity industry is taking notice. We will highlight how major security vendors are partnering with Canonical through the Ubuntu Security Research Alliance Program. You will learn how industry-leading tools, including Snyk and Google’s OSV-Scanner, now provide native support for scanning chiseled Ubuntu images, allowing you to confidently deliver precise, noise-free vulnerability data to your customers.

Stop letting container bloat and scanning inaccuracies slow down your enterprise software deployments.

Register now on BrightTALK to reserve your spot


Related posts

What if your container images were security-maintained at the source?

Software supply chain security has become a top concern for developers, DevOps engineers, and IT leaders. High-profile breaches and dependency compromises have shown that open...

Ubuntu Pro comes to Nutanix bare-metal Kubernetes

Nutanix and Canonical expand partnership to offer more choice for containerized workloads Enterprise Kubernetes® is maturing into a highly flexible, multi-architecture model....

Canonical partners with Snyk for scanning chiseled Ubuntu containers

Canonical, the publisher of Ubuntu, is pleased to announce a new partnership with developer-focused cybersecurity company Snyk. Snyk Container, Snyk’s container security...

Source to production: Spring Boot containers made easy

This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the rise in popularity of Spring Boot and the 12 factor paradigm, our Java offering...