More Goto tech episodes

State of the Art of Container Security  Adrian Mouat & Charles Humble thumbnail

State of the Art of Container Security Adrian Mouat & Charles Humble

Published 27 Mar 2026

Duration: 2397

Modern software development must prioritize container security, updated practices for base images, minimized attack surfaces, SBOMs for dependency tracking, and defense-in-depth strategies to combat supply chain risks and outdated components.

Episode Description

This interview was recorded for GOTO State of the Art in November 2025. https://gotopia.tech Read the full transcription of this interview here: https...

Overview

The podcast discusses critical issues in modern software development, emphasizing container security and the challenges of maintaining up-to-date systems. It explores how containers, while revolutionizing workflows, require new practices to address vulnerabilities in base images, outdated dependencies, and operational complexities in enterprise environments. Key concerns include the limitations of traditional vulnerability scanners, the low signal-to-noise ratio of CVEs (Common Vulnerabilities and Exposures), and the benefits of minimizing image sizes to reduce attack surfaces. The conversation highlights initiatives like DistroList and Chain Guards approach to creating secure, minimalist container images (e.g., Wolfy, a custom OS) that avoid unnecessary dependencies and prioritize source-based builds to mitigate risks from tampered binaries or compromised supply chains.

The discussion also delves into broader security strategies, such as the importance of Software Bills of Materials (SBOMs) for tracking components and dependencies, the role of attestations in verifying software provenance, and the need for layered defense mechanisms (e.g., immutability, container runtime restrictions, and credential management). Real-world examples, like the XZ Utils attack, underscore the risks of open-source supply chain vulnerabilities and the limitations of relying on single security measures. The podcast advocates for proactive replacement of containers over incremental updates, integration of security data feeds, and education on tools like Chain Guards solutions to improve transparency, consistency, and security in software development and deployment.

Recent Episodes of Goto tech

31 Mar 2026 Platform Engineering Ajay Chankramath & Nic Cheneweth

Platform engineering challenges are addressed through product-centric internal development, standardized "golden paths," control planes abstracting cloud infrastructure for self-service, developer ownership of pipelines, Kubernetes-driven self-healing systems, balancing AI's infrastructure benefits with reliability risks, domain-specific design, clear team boundaries, and the critical role of human oversight in automation.

20 Mar 2026 Learn C++ by Example Frances Buontempo & Matt Godbolt

Modern C++ innovations like the spaceship operator, coroutines, and structure bindings are explored through practical examples, interactive learning, and tools like Compiler Explorer, emphasizing the balance between low-level control, high-level abstractions, and educational challenges in mastering advanced concepts.

More Goto tech episodes