Completed
Comparing builds
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Optimizing Docker Builds - Successes, Failures, and Instrumented Observability
Automatically move to the next video in the Classroom when playback concludes
- 1 Optimizing Docker
- 2 Deployment pipeline
- 3 Layer Caching Changing the order of execution can
- 4 Multi-stage builds Not only can multistage builds reduce parallellation and better caching
- 5 Our Docker build is still slow
- 6 Why do we care?
- 7 Buildkit inline caching
- 8 Changes without results
- 9 Opentraces with Jaeger
- 10 Insights from Jaeger
- 11 Monitoring tool overload
- 12 A simpler solution
- 13 Observability pipeline Simple, flexible, with very little overhead
- 14 Comparing builds
- 15 The fun questions
- 16 Optimizations we're exploring Caching dependency install
- 17 Learnings
- 18 Questions?