Creating pipelines to build, test, and deploy containerized artifacts
Containerization has launched a new wave of software deployment models, but do our philosophies for building, testing, and deploying software still hold true? Tom Adams walks you through creating a build pipeline for Docker images that is rooted in continuous integration (CI) practices.
Talk Title | Creating pipelines to build, test, and deploy containerized artifacts |
Speakers | Tom Adams (ThoughtWorks) |
Conference | O’Reilly Velocity Conference |
Conf Tag | Build resilient systems at scale |
Location | New York, New York |
Date | October 2-4, 2017 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Containerization has launched a new wave of software deployment models, but do our philosophies for building, testing, and deploying software still hold true? Tom Adams walks you through creating a build pipeline for Docker images from application compiling to container deployment that is rooted in continuous integration (CI) practices. Topics include: