---
# DevConf 2021: Virtual CZ: Building Smaller Container Images

**URL:** https://crunchtools.com/devconf-2021-building-smaller-container-images/
Date: 2021-02-23
Author: fatherlinux
Post Type: post
Summary: This presentation is a 16 slide introduction to what must be thought about when building a production cloud. Proper image management is critical engineering task.Continue Reading "DevConf 2021: Virtual CZ: Building Smaller Container Images" →
Categories: Presentations
Tags: Container Engines, Container Images, Open Source Software, Red Hat
Featured Image: https://crunchtools.com/wp-content/uploads/2021/02/Screenshot-from-2021-02-23-11-58-07.png
---

## Abstract

Red Hat helped pioneer the concept of a Linux distribution, now we're working on how to get rid of it... OK, you're paying attention, right? Technically, we're trying to shift the problem of managing the distro to Red Hat so that you don't have to worry about it. Distroless container images can be tiny because they don't include package management tools like RPM and DNF, but still provide users needed software like glibc, openssl, and httpd. Cloud is just somebody else's computer, Serverless is just somebody else's server, and Distroless is just somebody else's Linux distro.

In this talk, we'll analyze the dependencies in container images using rpm-show, and explain how work is constantly being done to make container images smaller while still providing battle tested, pre-built software that is convenient to consume.

## Presentation

	- [Schedule](https://devconfcz2021.sched.com/event/gmSS/building-smaller-container-images)

	- [Google Slides](https://docs.google.com/presentation/d/1TSPQVN2NcQbA1zkPYy_-ATluCYzPmRhfqIB0AggCzMA/edit#slide=id.g547716335e_0_220)

	- [YouTube](https://youtu.be/HuE2Lrf5mRg)

---

## Categories

- Presentations

---

## Navigation

- [Home](https://crunchtools.com/)
- [Articles](https://crunchtools.com/category/articles/)
- [Events](https://crunchtools.com/category/events/)
- [News](https://crunchtools.com/category/news/)
- [Presentations](https://crunchtools.com/category/presentations/)
- [Software](https://crunchtools.com/software/)
- [Beaver Backup](https://crunchtools.com/software/beaver-backup/)
- [Check BGP Neighbors](https://crunchtools.com/software/check-bgp-neighbors-nagios/)
- [Chev](https://crunchtools.com/software/chev-check-vulnerabilities-script/)
- [Graph BGP Neighbors](https://crunchtools.com/software/grpah-bgp-neighbors/)
- [Graph MySQL Stats](https://crunchtools.com/software/graph-mysql-stats/)
- [Graph Sockets Pipes Files](https://crunchtools.com/software/graph-sockets-pipes-files/)
- [MCP Servers](https://crunchtools.com/software/mcp-servers/)
- [Petit](https://crunchtools.com/software/petit/)
- [Racecar](https://crunchtools.com/software/racecar/)
- [Shiva](https://crunchtools.com/software/shiva/)
- [About](https://crunchtools.com/about/)
- [Home](https://crunchtools.com)

## Tags

- Container Engines
- Container Images
- Open Source Software
- Red Hat