ContainerDays Boston 2015: "Continuous Delivery with Containers" (Nick Gauthier)
Jun. 26, 2015•0 likes
2 likes
Be the first to like this
Show More
•623 views
views
Total views
0
On Slideshare
0
From embeds
0
Number of embeds
0
Report
Technology
Slides from Nick Gauthier's talk "Continuous Delivery with Containers" at ContainerDays Boston 2015: http://dynamicinfradays.org/events/2015-boston/programme.html#cdwithcontainers
Continuous Delivery (CD) is a software
engineering approach in which teams keep
producing valuable software in short cycles
and ensure that the software can be reliably
released at any time.
Chen, Lianping (2015). "Continuous Delivery: Huge Benefits, but
Challenges Too". IEEE Software 32
Use the same registry
1. Put registry near CI
2. Push CI layers to registry a la Hack #2
3. Minimal layers pushed with small changes
4. Put registry near host
5. Minimal pull onto host with small changes