Repeatable processes for building secure containers
Building Docker images is easy; thats why there are over 45,000 public images on Docker Hub today (albeit only 100 of them "official" images). Creating reproducible, secure images from source that are easily maintained and updated takes a bit more planning and automation. Ryan Jarvinen illustrates what it takes to create a successful (and secure) build strategy.
Talk Title | Repeatable processes for building secure containers |
Speakers | Ryan Jarvinen (Red Hat) |
Conference | Fluent |
Conf Tag | The Web Platform in Practice |
Location | San Francisco, California |
Date | March 8-10, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Building Docker images is easy; that’s why there are over 45,000 public images on Docker Hub today (albeit only 100 of them “official” images). Creating reproducible, secure images from source that are easily maintained and updated takes a bit more planning and automation. Ryan Jarvinen illustrates what it takes to create a successful (and secure) build strategy. Ryan outlines several ways to automate your image build and deployment process using Docker Hub, Kubernetes, OpenShift, and other popular tools and services. You’ll learn how to use source2image, k8s templates, environment variables, k8s secrets, and k8s service accounts to improve your container security model, as well as how to take advantage of Docker’s ONBUILD feature to develop and maintain your own base and builder images.