Building Docker Images Without Docker
Why would you want to build docker images without docker? You might want reproducible, minimal, or unprivileged builds. This talk will cover the alternative tools that exist to build docker images wit …
Talk Title | Building Docker Images Without Docker |
Speakers | Matt Rickard (Software Engineer, Google) |
Conference | KubeCon + CloudNativeCon Europe |
Conf Tag | |
Location | Copenhagen, Denmark |
Date | Apr 30-May 4, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Why would you want to build docker images without docker? You might want reproducible, minimal, or unprivileged builds. This talk will cover the alternative tools that exist to build docker images without docker. It will cover building images with tools like BuildKit, distroless, and buildah. It will compare the benefits and trade-offs of each tool as well as general patterns and anti-patterns to follow when building your images. Additionally, it will cover tools to manipulate and inspect those images.